update kubernaut in development to v0.2.3
This commit is contained in:
@ -7,3 +7,4 @@ resources:
|
||||
|
||||
patchesStrategicMerge:
|
||||
- settings.yaml
|
||||
- version.yaml
|
||||
|
11
kubernaut/envs/development/version.yaml
Normal file
11
kubernaut/envs/development/version.yaml
Normal 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
|
Reference in New Issue
Block a user