Skip to content

Commit

Permalink
Update helm-qa to include latest kubernetes versions (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida authored Jan 18, 2025
1 parent 406e301 commit 426b43a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test-content/helm-qa/test/charts/wireguard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down
8 changes: 1 addition & 7 deletions test-content/helm-qa/test/charts/wireguard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 426b43a

Please sign in to comment.