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:
|
cp01:
|
||||||
ansible_host: "95.216.168.169"
|
ansible_host: "95.216.168.169"
|
||||||
k8s_ip: "172.23.2.10"
|
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:
|
vars:
|
||||||
k3s_version: v1.25.4+k3s1
|
k3s_version: v1.25.4+k3s1
|
|
@ -54,7 +54,7 @@
|
||||||
name: concourse
|
name: concourse
|
||||||
chart_ref: concourse/concourse
|
chart_ref: concourse/concourse
|
||||||
release_namespace: concourse
|
release_namespace: concourse
|
||||||
chart_version: 17.1.0
|
chart_version: 17.1.1
|
||||||
update_repo_cache: true
|
update_repo_cache: true
|
||||||
release_values: "{{ lookup('template', 'values.concourse.yml.j2') | from_yaml }}"
|
release_values: "{{ lookup('template', 'values.concourse.yml.j2') | from_yaml }}"
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,6 @@
|
||||||
name: gitea
|
name: gitea
|
||||||
chart_ref: gitea/gitea
|
chart_ref: gitea/gitea
|
||||||
release_namespace: gitea
|
release_namespace: gitea
|
||||||
chart_version: 6.0.5
|
chart_version: 7.0.2
|
||||||
update_repo_cache: true
|
update_repo_cache: true
|
||||||
release_values: "{{ lookup('template', 'values.gitea.yml.j2') | from_yaml }}"
|
release_values: "{{ lookup('template', 'values.gitea.yml.j2') | from_yaml }}"
|
||||||
|
|
|
@ -24,9 +24,6 @@ persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: hcloud-volumes
|
storageClass: hcloud-volumes
|
||||||
|
|
||||||
image:
|
|
||||||
tag: "1.18.0"
|
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
admin:
|
admin:
|
||||||
existingSecret: gitea-admin-credentials
|
existingSecret: gitea-admin-credentials
|
||||||
|
|
|
@ -34,5 +34,5 @@
|
||||||
name: minio
|
name: minio
|
||||||
chart_ref: minio/minio
|
chart_ref: minio/minio
|
||||||
release_namespace: 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 }}"
|
release_values: "{{ lookup('ansible.builtin.file', 'values.minio.yaml') | from_yaml }}"
|
||||||
|
|
Loading…
Reference in a new issue