Skip to content
Merged

Dev #191

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/on-push-lint-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
KUBE_SCORE_VERSION: 1.17.0
HELM_VERSION: v3.13.2
HELM_VERSION: v3.19.0

concurrency:
group: ${{ github.ref }}
Expand All @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.3.0
with:
version: ${{ env.HELM_VERSION }}

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
# Choose from https://hub.docker.com/r/kindest/node/tags
KubeVersion: [ 1.30.10, 1.31.6, 1.32.2]
KubeVersion: [ 1.32.8, 1.33.4, 1.34.0]

steps:
- name: Checkout
Expand Down
3 changes: 0 additions & 3 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ To run locally:

*ct* can also test a chart by deploying it to a temporary namespace in a Kubernetes cluster, and waiting for indications that the deployment has been successful. This is a good way to test how the deployment behaves "for real".




ct lint --config=.ci/ct-config.yaml

Create a KinD cluster, by running `kind create cluster`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifest should match snapshot:
1: |
apiVersion: v1
data:
dovecot.cf: |2
dovecot.cf: |
haproxy_trusted_networks = 10.0.0.0/8 192.168.0.0/16 172.16.0.0/12
service imap-login {
inet_listener imap {
Expand Down