Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Argo Cd
Commits
1aa7146d
Commit
1aa7146d
authored
6 years ago
by
Alexander Matyushentsev
Browse files
Options
Download
Email Patches
Plain Diff
Update manifests to v0.9.1
parent
b3669772
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifests/base/kustomization.yaml
+3
-3
manifests/base/kustomization.yaml
manifests/install.yaml
+5
-5
manifests/install.yaml
manifests/namespace-install.yaml
+5
-5
manifests/namespace-install.yaml
with
13 additions
and
13 deletions
+13
-13
manifests/base/kustomization.yaml
+
3
-
3
View file @
1aa7146d
...
...
@@ -24,8 +24,8 @@ resources:
imageTags
:
-
name
:
argoproj/argocd-server
newTag
:
v0.9.
0
newTag
:
v0.9.
1
-
name
:
argoproj/argocd-repo-server
newTag
:
v0.9.
0
newTag
:
v0.9.
1
-
name
:
argoproj/application-controller
newTag
:
v0.9.
0
newTag
:
v0.9.
1
This diff is collapsed.
Click to expand it.
manifests/install.yaml
+
5
-
5
View file @
1aa7146d
...
...
@@ -315,7 +315,7 @@ spec:
-
/argocd-application-controller
-
--repo-server
-
argocd-repo-server:8081
image
:
argoproj/argocd-application-controller:v0.9.
0
image
:
argoproj/argocd-application-controller:v0.9.
1
name
:
application-controller
serviceAccountName
:
application-controller
---
...
...
@@ -336,7 +336,7 @@ spec:
containers
:
-
command
:
-
/argocd-repo-server
image
:
argoproj/argocd-repo-server:v0.9.
0
image
:
argoproj/argocd-repo-server:v0.9.
1
name
:
argocd-repo-server
ports
:
-
containerPort
:
8081
...
...
@@ -366,7 +366,7 @@ spec:
-
/shared/app
-
--repo-server
-
argocd-repo-server:8081
image
:
argoproj/argocd-server:v0.9.
0
image
:
argoproj/argocd-server:v0.9.
1
name
:
argocd-server
readinessProbe
:
httpGet
:
...
...
@@ -383,7 +383,7 @@ spec:
-
-r
-
/app
-
/shared
image
:
argoproj/argocd-ui:v0.9.
0
image
:
argoproj/argocd-ui:v0.9.
1
name
:
ui
volumeMounts
:
-
mountPath
:
/shared
...
...
@@ -423,7 +423,7 @@ spec:
-
cp
-
/argocd-util
-
/shared
image
:
argoproj/argocd-server:v0.9.
0
image
:
argoproj/argocd-server:v0.9.
1
name
:
copyutil
volumeMounts
:
-
mountPath
:
/shared
...
...
This diff is collapsed.
Click to expand it.
manifests/namespace-install.yaml
+
5
-
5
View file @
1aa7146d
...
...
@@ -261,7 +261,7 @@ spec:
-
/argocd-application-controller
-
--repo-server
-
argocd-repo-server:8081
image
:
argoproj/argocd-application-controller:v0.9.
0
image
:
argoproj/argocd-application-controller:v0.9.
1
name
:
application-controller
serviceAccountName
:
application-controller
---
...
...
@@ -282,7 +282,7 @@ spec:
containers
:
-
command
:
-
/argocd-repo-server
image
:
argoproj/argocd-repo-server:v0.9.
0
image
:
argoproj/argocd-repo-server:v0.9.
1
name
:
argocd-repo-server
ports
:
-
containerPort
:
8081
...
...
@@ -312,7 +312,7 @@ spec:
-
/shared/app
-
--repo-server
-
argocd-repo-server:8081
image
:
argoproj/argocd-server:v0.9.
0
image
:
argoproj/argocd-server:v0.9.
1
name
:
argocd-server
readinessProbe
:
httpGet
:
...
...
@@ -329,7 +329,7 @@ spec:
-
-r
-
/app
-
/shared
image
:
argoproj/argocd-ui:v0.9.
0
image
:
argoproj/argocd-ui:v0.9.
1
name
:
ui
volumeMounts
:
-
mountPath
:
/shared
...
...
@@ -369,7 +369,7 @@ spec:
-
cp
-
/argocd-util
-
/shared
image
:
argoproj/argocd-server:v0.9.
0
image
:
argoproj/argocd-server:v0.9.
1
name
:
copyutil
volumeMounts
:
-
mountPath
:
/shared
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help