Skip to content

Commit 70411ab

Browse files
authored
Change kubectl repo reference (Bitnami deprecation) (#6764)
* Fix bitname kubectl repo: bitnamilegacy/kubectl Signed-off-by: vsha96 <[email protected]> * change bitnamilegacy repo to bitnamisecure repo Signed-off-by: vsha96 <[email protected]> --------- Signed-off-by: vsha96 <[email protected]>
1 parent 9928a81 commit 70411ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/karmada-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ kubectl:
3030
##
3131
image:
3232
registry: docker.io
33-
repository: bitnami/kubectl
33+
repository: bitnamisecure/kubectl
3434
tag: latest
3535
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
3636
pullPolicy: IfNotPresent

charts/karmada/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
204204
| `installMode` | InstallMode "host", "agent" and "component" are provided, "host" means install karmada in the control-cluster, "agent" means install agent client in the member cluster, "component" means install selected components in the control-cluster | `"host"` |
205205
| `clusterDomain` | Default cluster domain for karmada | `"cluster.local"` |
206206
| `components` | Selected components list, selectable values: "schedulerEstimator" | `[]` |
207-
| `kubectl.image.repository` | Image of the kubectl | `"bitnami/kubectl"` |
207+
| `kubectl.image.repository` | Image of the kubectl | `"bitnamisecure/kubectl"` |
208208
| `kubectl.image.tag` | Image tag of the kubectl | `"latest"` |
209209
| `kubectl.image.pullPolicy` | Image pull policy of the kubectl | `"Always"` |
210210
| `kubectl.image.pullSecrets` | Image pull secret of the kubectl | `[]` |

charts/karmada/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ kubectl:
7979
##
8080
image:
8181
registry: docker.io
82-
repository: bitnami/kubectl
82+
repository: bitnamisecure/kubectl
8383
tag: latest
8484
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
8585
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)