Skip to content

Commit

Permalink
ci(teuto-portal-k8s-worker): move imageRegistry to worker values (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasches committed Dec 5, 2023
1 parent 7a6c710 commit 0d7fa88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/teuto-portal-k8s-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: teuto-portal-k8s-worker
description: A Helm chart for deploying the portal worker application to k8s
type: application
version: 0.1.0
version: 1.0.0
appVersion: "1.0.0"

maintainers:
Expand Down
5 changes: 1 addition & 4 deletions charts/teuto-portal-k8s-worker/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"title": "portal worker helmchart",
"properties": {
"global": {
"imageRegistry": {
"type": "string"
},
"imagePullSecrets": {
"type": "array",
"items": {
Expand Down Expand Up @@ -220,4 +217,4 @@
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master-standalone-strict/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements"
}
}
}
}
2 changes: 1 addition & 1 deletion charts/teuto-portal-k8s-worker/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
global:
imageRegistry: registry-gitlab.teuto.net
imagePullSecrets: []
podSecurityContext:
runAsNonRoot: true
Expand All @@ -21,6 +20,7 @@ global:

worker:
image:
registry: registry-gitlab.teuto.net
repository: 4teuto/dev/teuto-portal-k8s-worker/teuto-portal-k8s-worker-k8s-worker/teuto-portal-k8s-worker-k8s-worker
tag: 1.0.0
database:
Expand Down

0 comments on commit 0d7fa88

Please sign in to comment.