From 082eb2db3386d5e45bf65b468ecd336295b1a668 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Tue, 29 Oct 2024 12:53:46 -0500 Subject: [PATCH] 1.44.0 --- charts/anka-build-cloud/Chart.yaml | 4 ++-- charts/anka-build-cloud/README.md | 6 +++--- charts/anka-build-cloud/values.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/anka-build-cloud/Chart.yaml b/charts/anka-build-cloud/Chart.yaml index e82eda6..bdebcb1 100644 --- a/charts/anka-build-cloud/Chart.yaml +++ b/charts/anka-build-cloud/Chart.yaml @@ -1,8 +1,8 @@ type: application -version: 0.8.0 +version: 1.44.0 apiVersion: v2 name: anka-build-cloud -appVersion: "1.43.0" +appVersion: "1.44.0" description: A Helm chart for running the Anka Build Cloud Controller and Registry on Kubernetes home: https://veertu.com keywords: diff --git a/charts/anka-build-cloud/README.md b/charts/anka-build-cloud/README.md index b4fb7fc..c5db7f1 100644 --- a/charts/anka-build-cloud/README.md +++ b/charts/anka-build-cloud/README.md @@ -31,7 +31,7 @@ controller: enabled: true - version: '1.43.0' + version: '1.44.0' # image: 'veertu/anka-build-cloud-controller' replicaCount: 3 # =========================================== @@ -69,7 +69,7 @@ registry: enabled: true - version: '1.43.0' + version: '1.44.0' # image: 'veertu/anka-build-cloud-registry' replicaCount: 1 # don't use more than 1 unless you have some sort of network storage that the entire cluster can access, no matter where the registry pods are. # =========================================== @@ -104,7 +104,7 @@ value: "/mnt/vol" etcd: - version: '1.43.0' + version: '1.44.0' # #image: 'veertu/anka-build-cloud-etcd' #= Whether or not to run a single pod with etcd in it. Disable this if you are running an etcd cluster already. enabled: true diff --git a/charts/anka-build-cloud/values.yaml b/charts/anka-build-cloud/values.yaml index ad60a30..0215173 100644 --- a/charts/anka-build-cloud/values.yaml +++ b/charts/anka-build-cloud/values.yaml @@ -4,7 +4,7 @@ controller: enabled: true - version: '1.43.0' + version: '1.44.0' image: 'veertu/anka-build-cloud-controller' replicaCount: 2 ingressALBHostname: false @@ -15,7 +15,7 @@ controller: registry: enabled: true - version: '1.43.0' + version: '1.44.0' image: 'veertu/anka-build-cloud-registry' replicaCount: 1 volumeClaimUseEFS: false @@ -31,7 +31,7 @@ registry: etcd: enabled: true - version: '1.43.0' + version: '1.44.0' image: 'veertu/anka-build-cloud-etcd' volumeClaimUseLocalStorage: true volumeClaimName: 'etcd-data'