Skip to content

Commit

Permalink
chore(kubernetes): general house keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 14, 2023
1 parent cc7eabe commit cc66873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
name: kubernetes
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled
spec:
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
version: 1.29.0
version: 1.28.4
serviceAccountName: system-upgrade
secrets:
- name: talos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
name: talos
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled
spec:
# renovate: datasource=docker depName=ghcr.io/buroa/installer
version: v1.5.5
Expand Down
5 changes: 2 additions & 3 deletions kubernetes/apps/security/authelia/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ configMapGenerator:
- name: authelia-configmap
files:
- ./configs/configuration.yml
options:
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled

0 comments on commit cc66873

Please sign in to comment.