From ed407c00dff7eed093973e2487a6c4b8774c47c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Wed, 13 Sep 2023 12:00:17 +0200 Subject: [PATCH] feat(app-template): Release 2.0.0-beta.1 (#175) --- .ci/repo-config.yaml | 1 + charts/library/common-test/ci/advanced-values.yaml | 8 ++++---- charts/library/common-test/ci/basic-values.yaml | 2 +- charts/library/common-test/ci/cronjob-values.yaml | 2 +- charts/library/common-test/ci/no-service.yaml | 2 +- .../common-test/tests/container/volumemounts_test.yaml | 2 +- charts/library/common-test/values.yaml | 2 +- charts/other/app-template/Chart.yaml | 6 +++--- 8 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.ci/repo-config.yaml b/.ci/repo-config.yaml index 195310f1..efe37b0c 100644 --- a/.ci/repo-config.yaml +++ b/.ci/repo-config.yaml @@ -5,6 +5,7 @@ excluded-charts-lint: excluded-charts-install: - apps/k8s-ycl - library/common + - other/app-template excluded-charts-release: - library/common-test diff --git a/charts/library/common-test/ci/advanced-values.yaml b/charts/library/common-test/ci/advanced-values.yaml index 8c5f2a8e..e696a577 100644 --- a/charts/library/common-test/ci/advanced-values.yaml +++ b/charts/library/common-test/ci/advanced-values.yaml @@ -4,7 +4,7 @@ controllers: main: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 pullPolicy: IfNotPresent env: @@ -22,7 +22,7 @@ controllers: second-container: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 env: HTTP_PORT: 8888 HTTPS_PORT: 9998 @@ -30,7 +30,7 @@ controllers: third-container: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 second-controller: type: deployment @@ -38,7 +38,7 @@ controllers: main: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 pullPolicy: IfNotPresent env: HTTP_PORT: 8889 diff --git a/charts/library/common-test/ci/basic-values.yaml b/charts/library/common-test/ci/basic-values.yaml index 8f50a367..f8003a6f 100644 --- a/charts/library/common-test/ci/basic-values.yaml +++ b/charts/library/common-test/ci/basic-values.yaml @@ -4,7 +4,7 @@ controllers: main: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 pullPolicy: IfNotPresent probes: diff --git a/charts/library/common-test/ci/cronjob-values.yaml b/charts/library/common-test/ci/cronjob-values.yaml index f9b1b019..0808acaa 100644 --- a/charts/library/common-test/ci/cronjob-values.yaml +++ b/charts/library/common-test/ci/cronjob-values.yaml @@ -5,7 +5,7 @@ controllers: main: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 pullPolicy: IfNotPresent service: diff --git a/charts/library/common-test/ci/no-service.yaml b/charts/library/common-test/ci/no-service.yaml index 497037a1..ad8fbd91 100644 --- a/charts/library/common-test/ci/no-service.yaml +++ b/charts/library/common-test/ci/no-service.yaml @@ -4,7 +4,7 @@ controllers: main: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 pullPolicy: IfNotPresent service: diff --git a/charts/library/common-test/tests/container/volumemounts_test.yaml b/charts/library/common-test/tests/container/volumemounts_test.yaml index b3c15d25..f784a497 100644 --- a/charts/library/common-test/tests/container/volumemounts_test.yaml +++ b/charts/library/common-test/tests/container/volumemounts_test.yaml @@ -35,7 +35,7 @@ tests: second-container: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 persistence: data: diff --git a/charts/library/common-test/values.yaml b/charts/library/common-test/values.yaml index 6c7996b6..3c9b8ac0 100644 --- a/charts/library/common-test/values.yaml +++ b/charts/library/common-test/values.yaml @@ -5,7 +5,7 @@ controllers: main: image: repository: ghcr.io/mendhak/http-https-echo - tag: 29 + tag: 30 pullPolicy: IfNotPresent service: diff --git a/charts/other/app-template/Chart.yaml b/charts/other/app-template/Chart.yaml index 2b26d564..0b2d63b8 100644 --- a/charts/other/app-template/Chart.yaml +++ b/charts/other/app-template/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: A common powered chart template. This can be useful for small projects that don't have their own chart. name: app-template -version: 1.5.1 +version: 2.0.0-beta.1 kubeVersion: ">=1.22.0-0" maintainers: - name: bjw-s @@ -10,12 +10,12 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts - version: 1.5.1 + version: 2.0.0-beta.1 annotations: artifacthub.io/changes: |- - kind: changed description: | - Updated library version to 1.5.1. + Updated library version to 2.0.0-beta.1. links: - name: Common library chart definition url: https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/Chart.yaml