forked from catalin/fukuops
feat: update factorio to 1.1.104
This commit is contained in:
parent
41e656e19d
commit
82e2cc8b04
2 changed files with 6 additions and 7 deletions
|
|
@ -1,18 +1,17 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: argo-managed-argo
|
name: argo
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
name: ''
|
name: ''
|
||||||
namespace: 'argocd'
|
namespace: 'argocd'
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
source:
|
sources:
|
||||||
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
- repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||||
path: k8s/services/argo
|
path: k8s/services/argo
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
sources: []
|
|
||||||
project: management
|
project: management
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated: { }
|
automated: { }
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: agent1
|
kubernetes.io/hostname: agent1
|
||||||
image:
|
image:
|
||||||
tag: 1.1.101
|
tag: 1.1.104
|
||||||
factorioServer:
|
factorioServer:
|
||||||
save_name: fukurokuju
|
save_name: fukurokuju
|
||||||
admin_list:
|
admin_list:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue