Compare commits

...

2 commits

Author SHA1 Message Date
tom
747719e9a4 DASHBOARD STAGING: update image tag to staging-102 (done automagically via Woodpecker pipeline)
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-10-07 14:11:02 +02:00
90bf5fca60
.yamllint: adjust rules for kustomization files
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-10-07 14:09:45 +02:00
2 changed files with 31 additions and 26 deletions

View file

@ -8,3 +8,9 @@ extends: default
rules:
line-length: disable
document-start:
ignore:
- kustomization.yaml
indentation:
ignore:
- kustomization.yaml

View file

@ -1,4 +1,3 @@
---
resources:
- ../../base
apiVersion: kustomize.config.k8s.io/v1beta1
@ -6,7 +5,7 @@ kind: Kustomization
images:
- name: git.ar21.de/yolokube/dashboard
newName: git.ar21.de/yolokube/dashboard
newTag: staging-95
newTag: staging-102
namespace: dashboard-staging
patches:
- patch: |-