Skip to content

Commit

Permalink
Pull images from Azure CR (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab authored Mar 18, 2024
1 parent b2f9ab4 commit 6556f98
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Pull images from Azure CR.

## [1.6.0] - 2024-02-27

### Changed

- Switch default `vip_interface` to `ens192` for Flatcar.
- Bump `kube-vip` version to `v0.6.3`.
- Bump `kube-vip` version to `v0.6.3`.

## [1.5.1] - 2023-11-23

Expand Down Expand Up @@ -43,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Move CPI into a sub chart.
- Add CSI as a sub chart.
- Improve UX and security. Reorganize values.yaml structure.

## [1.3.0] - 2022-05-17

### Fixed
Expand Down
30 changes: 27 additions & 3 deletions helm/cloud-provider-vsphere/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ global:

cloud-provider-for-vsphere:
daemonset:
image: docker.io/giantswarm/cpi-vsphere-manager
image: gsoci.azurecr.io/giantswarm/cpi-vsphere-manager

kube-vip:
enabled: true
env:
vip_interface: "ens192"
image:
repository: docker.io/giantswarm/kube-vip
repository: gsoci.azurecr.io/giantswarm/kube-vip
tag: "v0.6.3"
nameOverride: kube-vip-svc-lb
tolerations:
Expand All @@ -39,7 +39,7 @@ kube-vip-cloud-provider:
rangeGlobal: ""
cidrGlobal: ""
image:
repository: docker.io/giantswarm/kube-vip-cloud-provider
repository: gsoci.azurecr.io/giantswarm/kube-vip-cloud-provider
tag: "v0.0.4"
nameOverride: kube-vip-cloud-provider

Expand All @@ -53,6 +53,30 @@ vsphere-csi-driver:
seccompProfile:
type: RuntimeDefault

controllerDeployment:
csiAttacher:
image: gsoci.azurecr.io/giantswarm/csi-attacher
csiResizer:
image: gsoci.azurecr.io/giantswarm/csi-resizer
csiController:
image: gsoci.azurecr.io/giantswarm/csi-vsphere-driver
livenessProbe:
image: gsoci.azurecr.io/giantswarm/livenessprobe
syncer:
image: gsoci.azurecr.io/giantswarm/csi-vsphere-syncer
csiProvisioner:
image: gsoci.azurecr.io/giantswarm/csi-provisioner
csiSnapshotter:
image: gsoci.azurecr.io/giantswarm/csi-snapshotter

nodeDaemonset:
csiNode:
image: gsoci.azurecr.io/giantswarm/csi-vsphere-driver
livenessProbe:
image: gsoci.azurecr.io/giantswarm/livenessprobe
nodeDriverRegistrar:
image: gsoci.azurecr.io/giantswarm/csi-node-driver-registrar

podSecurityContext:
runAsNonRoot: false
seccompProfile:
Expand Down

0 comments on commit 6556f98

Please sign in to comment.