Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
YaCy
Commits
a6ac6e65
Commit
a6ac6e65
authored
Jul 12, 2021
by
Dominik Hebeler
Browse files
fixed deployed image
parent
dc7f24d0
Pipeline
#5567
failed with stage
in 1 minute and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
values.yaml
View file @
a6ac6e65
...
...
@@ -30,11 +30,6 @@ yacy:
value
:
false
-
name
:
crawlResponse
value
:
false
image
:
repository
:
yacy/yacy_search_server
pullPolicy
:
IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
latest"
imagePullSecrets
:
[]
nameOverride
:
"
"
...
...
yacy/templates/statefulset.yaml
View file @
a6ac6e65
...
...
@@ -49,8 +49,8 @@ spec:
-
name
:
{{
.Chart.Name
}}
-search-server
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
|
default
.Chart.AppVersion
}}
"
imagePullPolicy
:
"
{{
.Values.image.pullPolicy
}}
"
image
:
"
yacy/yacy_search_server:latest
"
imagePullPolicy
:
"
IfNotPresent
"
command
:
[
'
bash'
]
args
:
-
-c
...
...
yacy/values.yaml
View file @
a6ac6e65
...
...
@@ -30,11 +30,6 @@ yacy:
value
:
false
-
name
:
crawlResponse
value
:
false
image
:
repository
:
yacy/yacy_search_server
pullPolicy
:
IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
latest"
imagePullSecrets
:
[]
nameOverride
:
"
"
...
...
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