Skip to content

Commit

Permalink
Update Helm charts (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Dec 8, 2023
1 parent d9435ff commit d32cc65
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 17 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
with:
python-version: '3.x'

- name: Install Make
run: sudo apt-get install -y make

- name: Install Helm
uses: azure/setup-helm@v3
with:
Expand All @@ -58,6 +55,15 @@ jobs:
version: "v0.18.0"
skipClusterCreation: true

- name: Install Make
run: sudo apt-get install -y make

- name: Install dependencies
run: make install

- name: Debug test environment
run: make debug

- name: run molecule tests.
run: make test
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lint: install
poetry run ansible-lint .
poetry run molecule syntax

dependency create prepare converge idempotence side-effect verify destroy login reset list:
test dependency create prepare converge idempotence side-effect verify destroy login reset list:
KIND_RELEASE=$(KIND_RELEASE) K8S_RELEASE=$(K8S_RELEASE) poetry run molecule $@ -s ${MOLECULE_SCENARIO}

rebuild: destroy prepare create
Expand Down
6 changes: 3 additions & 3 deletions defaults/main/argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ k8s_argocd_exec_timeout: "3m"
k8s_argocd_chart:
name: "argo-cd"
repo: "https://argoproj.github.io/argo-helm"
release: "5.50.0"
last_checked: "2023-10-31T21:30:58-06:00"
release: "5.51.6"
last_checked: "2023-12-08T15:43:00-06:00"
k8s_argocd_chart_values:
redis-ha:
enabled: false
Expand All @@ -27,7 +27,7 @@ k8s_argocd_apps_chart:
name: "argocd-apps"
repo: "https://argoproj.github.io/argo-helm"
release: "1.4.1"
last_checked: "2023-10-31T21:31:03-06:00"
last_checked: "2023-12-08T15:43:11-06:00"
k8s_argocd_apps_chart_values:
applications: []
applicationsets: []
Expand Down
2 changes: 1 addition & 1 deletion defaults/main/certmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ k8s_certmanager_chart:
name: "cert-manager"
repo: "https://charts.jetstack.io"
release: "v1.13.2"
last_checked: "2023-10-31T21:30:38-06:00"
last_checked: "2023-12-08T15:42:34-06:00"
k8s_certmanager_wait_timeout: "{{ k8s_wait_timeout }}"
k8s_certmanager_cacert: "/usr/share/ca-certificates/{{ k8s_cluster_name }}.crt"
4 changes: 2 additions & 2 deletions defaults/main/longhorn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ k8s_longhorn_wait_timeout: "{{ k8s_wait_timeout }}"
k8s_longhorn_chart:
name: longhorn
repo: "https://charts.longhorn.io"
release: "1.5.1"
last_checked: "2023-10-31T21:30:53-06:00"
release: "1.5.3"
last_checked: "2023-12-08T15:43:22-06:00"
k8s_longhorn_chart_values:
persistence:
defaultClass: false
4 changes: 2 additions & 2 deletions defaults/main/metallb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ k8s_metallb_namespace: "metallb-system"
k8s_metallb_chart:
name: "metallb"
repo: "https://charts.bitnami.com/bitnami"
release: "4.7.11"
last_checked: "2023-10-31T21:31:17-06:00"
release: "4.7.16"
last_checked: "2023-12-08T15:42:49-06:00"
k8s_metallb_wait_timeout: "{{ k8s_wait_timeout }}"
2 changes: 1 addition & 1 deletion defaults/main/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ k8s_mysql_chart:
name: "mysql-operator"
repo: "https://mysql.github.io/mysql-operator"
release: "2.1.1"
last_checked: "2023-10-31T21:31:07-06:00"
last_checked: "2023-12-08T15:43:51-06:00"
4 changes: 2 additions & 2 deletions defaults/main/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ k8s_nginx_namespace: "nginx"
k8s_nginx_chart:
name: "ingress-nginx"
repo: "https://kubernetes.github.io/ingress-nginx"
release: "4.8.3"
last_checked: "2023-10-31T21:30:48-06:00"
release: "4.8.4"
last_checked: "2023-12-08T15:44:06-06:00"
k8s_nginx_wait_timeout: "{{ k8s_wait_timeout }}"
2 changes: 1 addition & 1 deletion defaults/main/strimzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ k8s_strimzi_chart:
name: "strimzi-kafka-operator"
repo: "https://strimzi.io/charts/"
release: "0.38.0"
last_checked: "2023-10-31T21:30:28-06:00"
last_checked: "2023-12-08T15:43:41-06:00"
k8s_strimzi_namespace: strimzi
k8s_strimzi_wait_timeout: "{{ k8s_wait_timeout }}"
2 changes: 1 addition & 1 deletion defaults/main/zalando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ k8s_zalando_chart:
name: "postgres-operator"
repo: "https://opensource.zalando.com/postgres-operator/charts/postgres-operator"
release: "1.10.1"
last_checked: "2023-10-31T21:30:33-06:00"
last_checked: "2023-12-08T15:43:32-06:00"

0 comments on commit d32cc65

Please sign in to comment.