From 426b43aaa54f39914007fe37b765e371860f65d3 Mon Sep 17 00:00:00 2001 From: bryopsida <8363252+bryopsida@users.noreply.github.com> Date: Sat, 18 Jan 2025 08:01:07 -0600 Subject: [PATCH] Update helm-qa to include latest kubernetes versions (#289) --- .github/workflows/helm-qa.yml | 4 ++++ test-content/helm-qa/test/charts/wireguard/README.md | 2 +- test-content/helm-qa/test/charts/wireguard/values.yaml | 8 +------- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/helm-qa.yml b/.github/workflows/helm-qa.yml index 921a761..b0671b1 100644 --- a/.github/workflows/helm-qa.yml +++ b/.github/workflows/helm-qa.yml @@ -96,6 +96,8 @@ jobs: fail-fast: false matrix: k8s: + - v1.32.0 + - v1.31.0 - v1.30.0 - v1.29.0 - v1.28.0 @@ -177,6 +179,8 @@ jobs: fail-fast: false matrix: k8s: + - v1.32.0 + - v1.31.0 - v1.30.0 - v1.29.0 - v1.28.0 diff --git a/test-content/helm-qa/test/charts/wireguard/README.md b/test-content/helm-qa/test/charts/wireguard/README.md index 424200b..bb3ce07 100644 --- a/test-content/helm-qa/test/charts/wireguard/README.md +++ b/test-content/helm-qa/test/charts/wireguard/README.md @@ -14,7 +14,7 @@ A Helm chart for managing a wireguard vpn in kubernetes | Key | Type | Default | Description | |-----|------|---------|-------------| -| affinity | object | `{"podAntiAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":[{"labelSelector":{"matchLabels":{"app":"{{ .Release.Name }}-wireguard","role":"vpn"}},"topologyKey":"kubernetes.io/hostname"}]}}` | Set pod affinity or antiAffinity | +| affinity | object | `{"podAntiAffinity":null}` | Set pod affinity or antiAffinity | | autoscaling.enabled | bool | `true` | | | autoscaling.maxReplicas | int | `10` | | | autoscaling.minReplicas | int | `3` | | diff --git a/test-content/helm-qa/test/charts/wireguard/values.yaml b/test-content/helm-qa/test/charts/wireguard/values.yaml index ba35430..01fded7 100644 --- a/test-content/helm-qa/test/charts/wireguard/values.yaml +++ b/test-content/helm-qa/test/charts/wireguard/values.yaml @@ -140,13 +140,7 @@ affinity: # - matchExpressions: # - key: "example.com/vpn" # operator: Exists - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchLabels: - app: "{{ .Release.Name }}-wireguard" - role: vpn - topologyKey: kubernetes.io/hostname + podAntiAffinity: ~ # -- Set pod nodeSelector, a simplified version of affinity nodeSelector: {} # example.com/vpn: ""