Update everything
This commit is contained in:
parent
b664bd8a17
commit
b887b0104a
@ -22,7 +22,7 @@ spec:
|
||||
| yq '.data.kubeconfig' \
|
||||
| base64 -d > /tmp/outputs/config
|
||||
chmod 0600 /tmp/outputs/config
|
||||
- name: annonate-an-env-cm
|
||||
- name: annonate-an-env-cm-installing
|
||||
image: alpine/k8s:1.29.2
|
||||
script: |-
|
||||
#!/bin/sh
|
||||
@ -40,7 +40,7 @@ spec:
|
||||
mkdir -p /src
|
||||
git clone https://git.badhouseplants.net/softplayer/softplayer-helmfile.git /src/helmfile
|
||||
cd /src/helmfile/workload && helmfile sync
|
||||
- name: annonate-an-env-cm
|
||||
- name: annonate-an-env-cm-ready
|
||||
image: alpine/k8s:1.29.2
|
||||
script: |-
|
||||
#!/bin/sh
|
||||
|
@ -29,6 +29,9 @@ repositories:
|
||||
- name: flannel
|
||||
helm:
|
||||
url: https://flannel-io.github.io/flannel/
|
||||
- name: fluxcd-community
|
||||
helm:
|
||||
url: https://fluxcd-community.github.io/helm-charts
|
||||
- name: rancher-local-path
|
||||
git:
|
||||
url: https://github.com/rancher/local-path-provisioner.git
|
||||
@ -109,3 +112,8 @@ charts:
|
||||
repository: cdf
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
||||
- name: flux2
|
||||
repository: fluxcd-community
|
||||
mirrors:
|
||||
- custom_command
|
||||
|
@ -38,6 +38,19 @@ releases:
|
||||
values:
|
||||
- ./values/metrics-server.yaml
|
||||
|
||||
- name: flux2
|
||||
chart: zot/flux2
|
||||
namespace: flux-system
|
||||
version: 2.12.4
|
||||
createNamespace: false
|
||||
needs:
|
||||
- kube-system/coredns
|
||||
- kube-system/cilium
|
||||
- kube-system/namespaces
|
||||
values:
|
||||
- policies:
|
||||
create: false
|
||||
|
||||
- name: tekton
|
||||
chart: zot/tekton-pipeline
|
||||
namespace: tekton-system
|
||||
|
@ -1,5 +1,6 @@
|
||||
namespaces:
|
||||
- name: tekton-system
|
||||
- name: flux-system
|
||||
- name: metallb-system
|
||||
- name: istio-system
|
||||
- name: cert-manager
|
||||
|
@ -36,6 +36,19 @@ releases:
|
||||
- kube-system/cilium
|
||||
values:
|
||||
- ./values/metrics-server.yaml
|
||||
|
||||
- name: flux2
|
||||
chart: zot/flux2
|
||||
namespace: flux-system
|
||||
version: 2.12.4
|
||||
createNamespace: false
|
||||
needs:
|
||||
- kube-system/coredns
|
||||
- kube-system/cilium
|
||||
- kube-system/namespaces
|
||||
values:
|
||||
- policies:
|
||||
create: false
|
||||
|
||||
- name: cert-manager
|
||||
chart: zot/cert-manager
|
||||
|
Loading…
Reference in New Issue
Block a user