Skip to content

Commit

Permalink
feat: ca certificate can be provided for docker proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Dec 5, 2024
1 parent b1a042e commit b893cff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions helm/modelix/templates/common/docker-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ metadata:
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: {{ .Values.dockerProxy.secret64 | quote }}
caCertificate: {{ .Values.dockerProxy.caCertificate | quote }}
{{- end -}}
3 changes: 2 additions & 1 deletion helm/modelix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fullnameOverride: ""

versions:
modelix:
workspaces: "0.4.4-pr194-e7f8076d"
workspaces: "0.4.4-pr194-09afe543"
core: "10.1.0-pr1190-187b03d6"
kubernetes: "0.3.1"
vncBaseImage: "0.8.3"
Expand Down Expand Up @@ -74,6 +74,7 @@ dockerProxy:
prefix: ""
secret: ""
secret64: ""
caCertificate: ""

serviceAccount: ""

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Modelix core version.
modelixCoreVersion=10.1.0-pr1190-187b03d6
# Modelix Workspaces versions
modelixWorkspacesVersion=0.4.4-pr194-e7f8076d
modelixWorkspacesVersion=0.4.4-pr194-09afe543
vncBaseImageVersion=0.8.3

0 comments on commit b893cff

Please sign in to comment.