Update helm/source controller versions and add imagePullSecrets

The new versions of the controllers are aligned with Kubernetes
version 1.21 which will soon be the default.
An imagePullSecrets entry has been added to both deployments
to allow the image to be pulled after a switchover on DX.

Testing:
* Deployed AIO-DX system.
* Verified that both helm and source controller pods were running.
* Rebooted controller-0.
* Verified that both helm and source controller pods came up
  on controller-1.

Story: 2009138
Task: 43078

Signed-off-by: Tracey Bogue <tracey.bogue@windriver.com>
Change-Id: I1e35870d26069d6e15bc616587c316d9d2bc6d23
This commit is contained in:
Tracey Bogue 2021-09-14 08:34:44 -05:00
parent a5e51a75d0
commit 165816eeff
3 changed files with 8 additions and 4 deletions

View File

@ -59,6 +59,8 @@ spec:
volumeMounts:
- mountPath: /tmp
name: temp
imagePullSecrets:
- name: default-registry-key
nodeSelector:
node-role.kubernetes.io/master: ""
terminationGracePeriodSeconds: 600
@ -134,6 +136,8 @@ spec:
name: data
- mountPath: /tmp
name: tmp
imagePullSecrets:
- name: default-registry-key
nodeSelector:
node-role.kubernetes.io/master: ""
securityContext:

View File

@ -16,5 +16,5 @@ sriov_network_device_img: docker.io/starlingx/k8s-plugins-sriov-network-device:s
# in the kubernetes github repo
snapshot_controller_img: quay.io/k8scsi/snapshot-controller:v2.0.0-rc2
rvmc_img: docker.io/starlingx/rvmc:stx.5.0-v1.0.0
flux_helm_controller_img: docker.io/fluxcd/helm-controller:v0.10.1
flux_source_controller_img: docker.io/fluxcd/source-controller:v0.13.2
flux_helm_controller_img: docker.io/fluxcd/helm-controller:v0.11.2
flux_source_controller_img: docker.io/fluxcd/source-controller:v0.15.4

View File

@ -16,5 +16,5 @@ sriov_network_device_img: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plug
# in the kubernetes github repo
snapshot_controller_img: quay.io/k8scsi/snapshot-controller:v2.0.0-rc2
rvmc_img: docker.io/starlingx/rvmc:stx.5.0-v1.0.0
flux_helm_controller_img: docker.io/fluxcd/helm-controller:v0.10.1
flux_source_controller_img: docker.io/fluxcd/source-controller:v0.13.2
flux_helm_controller_img: docker.io/fluxcd/helm-controller:v0.11.2
flux_source_controller_img: docker.io/fluxcd/source-controller:v0.15.4