We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab93e6 commit 2498a5cCopy full SHA for 2498a5c
charts/doc-controller/values.yaml
@@ -4,7 +4,7 @@ namespace: "default"
4
version: "" # pin a specific version
5
6
image:
7
- repository: ghcr.io/kube-rs/controller-rs
+ repository: ghcr.io/kube-rs/controller
8
pullPolicy: IfNotPresent
9
10
imagePullSecrets: []
yaml/deployment.yaml
@@ -139,7 +139,7 @@ spec:
139
{}
140
containers:
141
- name: doc-controller
142
- image: ghcr.io/kube-rs/controller-rs:0.15.0
+ image: ghcr.io/kube-rs/controller:0.15.0
143
imagePullPolicy: IfNotPresent
144
securityContext:
145
0 commit comments