Some minor fixes

This commit is contained in:
Nikolai Rodionov 2024-04-29 16:40:06 +02:00
parent 2f2ad8c0a2
commit 726f2e98cf
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
3 changed files with 8 additions and 3 deletions

View File

@ -22,7 +22,7 @@ spec:
image: alpine/k8s:1.29.2
script: |-
#!/bin/bash
if kubectl get secret "$(params.environment)-ssh"; then
if kubectl get secret "$(params.environment)-ssh" --namespace "$(params.namespace)"; then
echo 1 > /tmp/outputs/ready
fi
- name: prepare-ssh-key

View File

@ -29,7 +29,7 @@ repositories:
- name: flannel
helm:
url: https://flannel-io.github.io/flannel/
- name: fluxcd-community
- name: fluxcd-community
helm:
url: https://fluxcd-community.github.io/helm-charts
- name: rancher-local-path
@ -37,6 +37,11 @@ repositories:
url: https://github.com/rancher/local-path-provisioner.git
git_ref: main
path: deploy/chart
- name: softplayer
git:
url: https://git.badhouseplants.net/softplayer/softplayer-helmfile
git_ref: main
path: charts/helmrelease
mirrors:
- name: custom-commands

View File

@ -62,7 +62,7 @@ releases:
- name: metallb
chart: zot/metallb
version: 0.14.3
version: 0.14.5
namespace: metallb-system
createNamespace: false
needs: