update kubernaut in development to v0.2.3

This commit is contained in:
2025-06-27 19:25:02 -05:00
parent 6b082c6dc7
commit ad95ccd0d5
6 changed files with 14 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ resources:
patchesStrategicMerge:
- settings.yaml
- version.yaml

View File

@@ -0,0 +1,11 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: kubernaut
spec:
template:
spec:
containers:
- name: kubernaut
image: git.kill0.net/ryanc/kubernaut:0.2.3

View File

@@ -7,3 +7,4 @@ resources:
patchesStrategicMerge:
- settings.yaml
- version.yaml

View File

View File

@@ -7,3 +7,4 @@ resources:
patchesStrategicMerge:
- settings.yaml
- version.yaml

View File