Skip to content

Commit

Permalink
Use kubectl 1.31
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 15, 2024
1 parent d868e7c commit 150f48b
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion catalog/imagelist.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- ghcr.io/appscode/flux-cli
- ghcr.io/appscode/kubectl-nonroot:1.25
- ghcr.io/appscode/kubectl-nonroot:1.31
- ghcr.io/fluxcd/helm-controller
- ghcr.io/fluxcd/image-automation-controller
- ghcr.io/fluxcd/image-reflector-controller
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-auth-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the `cluster-auth-manag
| addonManagerNamespace | | <code>open-cluster-management-cluster-auth</code> |
| placement.create | | <code>true</code> |
| placement.name | | <code>global</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-auth-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ placement:
name: global

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31
2 changes: 1 addition & 1 deletion charts/cluster-gateway-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following table lists the configurable parameters of the `cluster-gateway-ma
| addonManagerNamespace | | <code>open-cluster-management-cluster-gateway</code> |
| placement.create | | <code>true</code> |
| placement.name | | <code>global</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |
| clusterAuthNamespace | | <code>open-cluster-management-cluster-auth</code> |


Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-gateway-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ placement:
name: global

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31

clusterAuthNamespace: open-cluster-management-cluster-auth
2 changes: 1 addition & 1 deletion charts/cluster-profile-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following table lists the configurable parameters of the `cluster-profile-ma
| addonManagerNamespace | | <code>open-cluster-management-addon</code> |
| placement.create | | <code>true</code> |
| placement.name | | <code>global</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |
| registryFQDN | ace values Docker registry fqdn used to pull license-proxyserver docker images | <code>ghcr.io</code> |
| offlineInstaller | | <code>false</code> |
| image.proxies.appscode | r.appscode.com | <code>r.appscode.com</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-profile-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ placement:
name: global

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31

# ace values

Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-proxy-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the `cluster-proxy-mana
| proxyServer.entrypointAddress | | <code>""</code> |
| proxyServer.port | | <code>8091</code> |
| kubeconfigSecretName | required for multicluster controlplane | <code>""</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-proxy-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ proxyServer:
kubeconfigSecretName: ""

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31
2 changes: 1 addition & 1 deletion charts/fluxcd-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following table lists the configurable parameters of the `fluxcd-manager` ch
| addonManagerNamespace | | <code>open-cluster-management-fluxcd</code> |
| placement.create | | <code>true</code> |
| placement.name | | <code>global</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |
| fluxcdConfig.installCRDs | | <code>true</code> |
| fluxcdConfig.cli.image | | <code>ghcr.io/appscode/flux-cli</code> |
| fluxcdConfig.helmController.create | | <code>true</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/fluxcd-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ placement:
name: global

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31

fluxcdConfig:
installCRDs: true
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-cluster-robot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `hub-cluster-robot`
| fullnameOverride | | <code>""</code> |
| kubeconfigSecretName | | <code>""</code> |
| addonManagerNamespace | | <code>open-cluster-management</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-cluster-robot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kubeconfigSecretName: ""
addonManagerNamespace: open-cluster-management

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31
2 changes: 1 addition & 1 deletion charts/managed-serviceaccount-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following table lists the configurable parameters of the `managed-serviceacc
| addonManagerNamespace | | <code>open-cluster-management-managed-serviceaccount</code> |
| placement.create | | <code>true</code> |
| placement.name | | <code>global</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-serviceaccount-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ placement:
name: global

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31
4 changes: 2 additions & 2 deletions charts/multicluster-ingress-reader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following table lists the configurable parameters of the `multicluster-ingre
| nodeSelector | | <code>{}</code> |
| tolerations | | <code>[]</code> |
| affinity | | <code>{}</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |
| kubectl.pullPolicy | | <code>IfNotPresent</code> |
| ingressServiceName | | <code>ingress-nginx-mc-controller</code> |
| secret.name | | <code>multicluster-ingress-values</code> |
Expand All @@ -70,7 +70,7 @@ The following table lists the configurable parameters of the `multicluster-ingre
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i multicluster-ingress-reader appscode/multicluster-ingress-reader -n multicluster-controlplane --create-namespace --version=v2024.7.10 --set kubectl.image=ghcr.io/appscode/kubectl-nonroot:1.25
$ helm upgrade -i multicluster-ingress-reader appscode/multicluster-ingress-reader -n multicluster-controlplane --create-namespace --version=v2024.7.10 --set kubectl.image=ghcr.io/appscode/kubectl-nonroot:1.31
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
Expand Down
2 changes: 1 addition & 1 deletion charts/multicluster-ingress-reader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tolerations: []
affinity: {}

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31
pullPolicy: IfNotPresent

ingressServiceName: ingress-nginx-mc-controller
Expand Down
4 changes: 2 additions & 2 deletions charts/spoke-cluster-addons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ The following table lists the configurable parameters of the `spoke-cluster-addo
| nameOverride | | <code>""</code> |
| fullnameOverride | | <code>""</code> |
| kubeconfigSecretName | | <code>""</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.25</code> |
| kubectl.image | | <code>ghcr.io/appscode/kubectl-nonroot:1.31</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i spoke-cluster-addons appscode/spoke-cluster-addons -n c1 --create-namespace --version=v2024.7.10 --set kubectl.image=ghcr.io/appscode/kubectl-nonroot:1.25
$ helm upgrade -i spoke-cluster-addons appscode/spoke-cluster-addons -n c1 --create-namespace --version=v2024.7.10 --set kubectl.image=ghcr.io/appscode/kubectl-nonroot:1.31
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
Expand Down
2 changes: 1 addition & 1 deletion charts/spoke-cluster-addons/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ fullnameOverride: ""
kubeconfigSecretName: ""

kubectl:
image: ghcr.io/appscode/kubectl-nonroot:1.25
image: ghcr.io/appscode/kubectl-nonroot:1.31

0 comments on commit 150f48b

Please sign in to comment.