Skip to content

Commit

Permalink
Pull images from Azure CR (#168)
Browse files Browse the repository at this point in the history
* Pull kube-vip image from Azure CR

* pull etcd image from Azure

* pull k8s images from Azure CR
  • Loading branch information
glitchcrab authored Mar 18, 2024
1 parent 19c059e commit a2f32dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Pull `kube-vip` image from Azure CR.

## [0.10.1] - 2024-03-07

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stringData:
value: "10"
- name: vip_retryperiod
value: "2"
image: docker.io/giantswarm/kube-vip:v0.7.2
image: gsoci.azurecr.io/giantswarm/kube-vip:v0.7.2
imagePullPolicy: IfNotPresent
name: kube-vip
resources: {}
Expand Down
4 changes: 2 additions & 2 deletions helm/cluster-vsphere/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ controlPlane: # Must match nodeClasses' fields except "name" and must contain "
- dhcp4: true
networkName: 'grasshopper-capv'
etcd:
imageRepository: "giantswarm"
imageRepository: "gsoci.azurecr.io/giantswarm"
imageTag: 3.5.4-0-k8s
dns:
imageRepository: projects.registry.vmware.com/tkg
imageTag: v1.7.0_vmware.12
image:
repository: registry.k8s.io # For older k8s image templates (v1.22.5+vmware.1) use projects.registry.vmware.com/tkg here.
repository: gsoci.azureci.io # For older k8s image templates (v1.22.5+vmware.1) use projects.registry.vmware.com/tkg here.
resourceRatio: 8 # Ratio between node resources and apiserver resource requests.

global:
Expand Down

0 comments on commit a2f32dd

Please sign in to comment.