From a6dbdb42a6070d2350d307b0d31e6b8717690285 Mon Sep 17 00:00:00 2001 From: Marius Wernicke Date: Thu, 4 Apr 2024 09:56:21 +0200 Subject: [PATCH] Updated k8s versions manually and the versions of the actions --- .../workflows/cronjob-track-k8s-releases.yaml | 6 +-- .../release-on-chart-version-bump.yaml | 4 +- charts/cloudprofiles/values.yaml | 46 +------------------ 3 files changed, 6 insertions(+), 50 deletions(-) diff --git a/.github/workflows/cronjob-track-k8s-releases.yaml b/.github/workflows/cronjob-track-k8s-releases.yaml index 546b36b..d4f164b 100644 --- a/.github/workflows/cronjob-track-k8s-releases.yaml +++ b/.github/workflows/cronjob-track-k8s-releases.yaml @@ -1,6 +1,6 @@ name: Track upstream k8s releases -on: +on: workflow_dispatch: schedule: - cron: '37 5 * * *' @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' # caching pip dependencies diff --git a/.github/workflows/release-on-chart-version-bump.yaml b/.github/workflows/release-on-chart-version-bump.yaml index f70f054..a41ba41 100644 --- a/.github/workflows/release-on-chart-version-bump.yaml +++ b/.github/workflows/release-on-chart-version-bump.yaml @@ -1,6 +1,6 @@ name: Release on Chart version bump -on: +on: push: branches: - main @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get chart version from Chart.yaml id: get_chart_version uses: mikefarah/yq@master diff --git a/charts/cloudprofiles/values.yaml b/charts/cloudprofiles/values.yaml index ef1b278..16c995c 100644 --- a/charts/cloudprofiles/values.yaml +++ b/charts/cloudprofiles/values.yaml @@ -15,52 +15,8 @@ global: upstreamVersions: include: true versions: - 1.23.17: + 1.27.12: classification: supported - 1.24.14: - classification: deprecated - 1.24.15: - classification: deprecated - 1.24.16: - classification: deprecated - 1.24.17: - classification: supported - 1.25.10: - classification: deprecated - 1.25.11: - classification: deprecated - 1.25.12: - classification: deprecated - 1.25.13: - classification: deprecated - 1.25.14: - classification: deprecated - 1.25.15: - classification: deprecated - 1.25.16: - classification: supported - 1.26.10: - classification: deprecated - 1.26.11: - classification: deprecated - 1.26.12: - classification: deprecated - 1.26.13: - classification: deprecated - 1.26.14: - classification: deprecated - 1.26.15: - classification: supported - 1.26.5: - classification: deprecated - 1.26.6: - classification: deprecated - 1.26.7: - classification: deprecated - 1.26.8: - classification: deprecated - 1.26.9: - classification: deprecated versions: {} seedSelector: enabled: false