Skip to content

Commit 89aa855

Browse files
committed
chore: unhide
1 parent 5562013 commit 89aa855

14 files changed

Lines changed: 21 additions & 21 deletions

File tree

File renamed without changes.

hide/github-app-jwt2token-controller/Chart.yaml renamed to charts/github-app-jwt2token-controller/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: GitHub App JWT to Token Kubernetes Controller
44
type: application
55
version: 1.1.2
66
appVersion: "1.0.0"
7-
home: https://github.com/kharkevich/helm
7+
home: https://github.com/technicaldomain/helm
88
sources:
9-
- https://github.com/kharkevich/helm
10-
- https://github.com/kharkevich/github-app-jwt2token-controller
9+
- https://github.com/technicaldomain/helm
10+
- https://github.com/technicaldomain/github-app-jwt2token-controller
1111
maintainers:
1212
- email: alex@kharkevich.org
1313
name: Alexander Kharkevich
1414

1515
dependencies:
1616
- name: common
17-
repository: https://kharkevich.github.io/helm/
18-
version: 2.1.2
17+
repository: https://technicaldomain.github.io/helm/
18+
version: 2.1.3

hide/github-app-jwt2token-controller/templates/crd.yaml renamed to charts/github-app-jwt2token-controller/templates/crd.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
name: argocdrepos.githubapp.kharkevich.org
4+
name: argocdrepos.githubapp.technicaldomain.xyz
55
labels:
66
{{- include "common.labels.standard" . | nindent 4 }}
77
spec:
8-
group: githubapp.kharkevich.org
8+
group: githubapp.technicaldomain.xyz
99
versions:
1010
- name: v1
1111
served: true
@@ -46,11 +46,11 @@ spec:
4646
apiVersion: apiextensions.k8s.io/v1
4747
kind: CustomResourceDefinition
4848
metadata:
49-
name: dockerconfigjsons.githubapp.kharkevich.org
49+
name: dockerconfigjsons.githubapp.technicaldomain.xyz
5050
labels:
5151
{{- include "common.labels.standard" . | nindent 4 }}
5252
spec:
53-
group: githubapp.kharkevich.org
53+
group: githubapp.technicaldomain.xyz
5454
versions:
5555
- name: v1
5656
served: true
@@ -97,11 +97,11 @@ spec:
9797
apiVersion: apiextensions.k8s.io/v1
9898
kind: CustomResourceDefinition
9999
metadata:
100-
name: ghss.githubapp.kharkevich.org
100+
name: ghss.githubapp.technicaldomain.xyz
101101
labels:
102102
{{- include "common.labels.standard" . | nindent 4 }}
103103
spec:
104-
group: githubapp.kharkevich.org
104+
group: githubapp.technicaldomain.xyz
105105
versions:
106106
- name: v1
107107
served: true

hide/github-app-jwt2token-controller/templates/deployment.yaml renamed to charts/github-app-jwt2token-controller/templates/deployment.yaml

File renamed without changes.

hide/github-app-jwt2token-controller/templates/rbac.yaml renamed to charts/github-app-jwt2token-controller/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rules:
1010
- apiGroups: [""]
1111
resources: ["secrets", "events"]
1212
verbs: ["get", "list", "watch", "update", "create", "delete", "patch"]
13-
- apiGroups: ["githubapp.kharkevich.org"]
13+
- apiGroups: ["githubapp.technicaldomain.xyz"]
1414
resources: ["*"]
1515
verbs: ["*"]
1616
---

hide/github-app-jwt2token-controller/templates/serviceaccount.yaml renamed to charts/github-app-jwt2token-controller/templates/serviceaccount.yaml

File renamed without changes.

hide/github-app-jwt2token-controller/values.yaml renamed to charts/github-app-jwt2token-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
2-
registry: ghcr.io/kharkevich
2+
registry: ghcr.io/technicaldomain
33
name: github-app-jwt2token-controller
4-
tag: 1.1.2
4+
tag: 1.0.0
55
pullSecretsEnabled: false
66

77
healthCheck:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ icon: https://raw.githubusercontent.com/mlflow/mlflow/master/assets/logo.svg
55
type: application
66
version: 1.0.0
77
appVersion: "2.17.0"
8-
home: https://github.com/kharkevich/helm
8+
home: https://github.com/technicaldomain/helm
99
sources:
10-
- https://github.com/kharkevich/helm
11-
- https://github.com/kharkevich/mlflow-tracking-server
10+
- https://github.com/technicaldomain/helm
11+
- https://github.com/technicaldomain/mlflow-tracking-server
1212
maintainers:
1313
- email: alex@kharkevich.org
1414
name: Alexander Kharkevich
1515

1616
dependencies:
1717
- name: common
18-
repository: https://kharkevich.github.io/helm-generic/
19-
version: 2.1.0
18+
repository: https://technicaldomain.github.io/helm/
19+
version: 2.1.3
File renamed without changes.

0 commit comments

Comments
 (0)