Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(teuto-portal-k8s-worker): move imageRegistry to worker values #660

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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