chore: update charts
This commit is contained in:
parent
926f9f2e79
commit
5f7c47d215
5 changed files with 3 additions and 17 deletions
|
@ -13,16 +13,5 @@ all:
|
|||
cp01:
|
||||
ansible_host: "95.216.168.169"
|
||||
k8s_ip: "172.23.2.10"
|
||||
vars:
|
||||
k3s_version: v1.25.4+k3s1
|
||||
worker_nodes:
|
||||
hosts:
|
||||
worker01:
|
||||
ansible_host: "65.108.148.54"
|
||||
k8s_ip: "172.23.2.20"
|
||||
|
||||
worker02:
|
||||
ansible_host: "95.217.184.201"
|
||||
k8s_ip: "172.23.2.21"
|
||||
vars:
|
||||
k3s_version: v1.25.4+k3s1
|
|
@ -54,7 +54,7 @@
|
|||
name: concourse
|
||||
chart_ref: concourse/concourse
|
||||
release_namespace: concourse
|
||||
chart_version: 17.1.0
|
||||
chart_version: 17.1.1
|
||||
update_repo_cache: true
|
||||
release_values: "{{ lookup('template', 'values.concourse.yml.j2') | from_yaml }}"
|
||||
|
||||
|
|
|
@ -33,6 +33,6 @@
|
|||
name: gitea
|
||||
chart_ref: gitea/gitea
|
||||
release_namespace: gitea
|
||||
chart_version: 6.0.5
|
||||
chart_version: 7.0.2
|
||||
update_repo_cache: true
|
||||
release_values: "{{ lookup('template', 'values.gitea.yml.j2') | from_yaml }}"
|
||||
|
|
|
@ -24,9 +24,6 @@ persistence:
|
|||
size: 10Gi
|
||||
storageClass: hcloud-volumes
|
||||
|
||||
image:
|
||||
tag: "1.18.0"
|
||||
|
||||
gitea:
|
||||
admin:
|
||||
existingSecret: gitea-admin-credentials
|
||||
|
|
|
@ -34,5 +34,5 @@
|
|||
name: minio
|
||||
chart_ref: minio/minio
|
||||
release_namespace: minio
|
||||
chart_version: 5.0.4
|
||||
chart_version: 5.0.5
|
||||
release_values: "{{ lookup('ansible.builtin.file', 'values.minio.yaml') | from_yaml }}"
|
||||
|
|
Loading…
Reference in a new issue