Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
4feba5af
You need to sign in or sign up before continuing.
Commit
4feba5af
authored
Jan 29, 2025
by
jacklull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add custom favicon support for wiki-js 2.5.305
parent
abc8dce9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
deployment.yaml
dev/helm/templates/deployment.yaml
+13
-0
No files found.
dev/helm/templates/deployment.yaml
View file @
4feba5af
...
@@ -40,6 +40,19 @@ spec:
...
@@ -40,6 +40,19 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
{{
.Chart.Name
}}
-
name
:
{{
.Chart.Name
}}
{{
- if .Values.customFavicons.enabled
}}
lifecycle
:
postStart
:
exec
:
command
:
-
sh
-
-c
-
|
ls /wiki/assets && rm -rf /wiki/assets/favicons/* && rm -rf /wiki/assets/favicon.ico && \
curl -k -L {{ .Values.customFavicons.x192 }} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{ .Values.customFavicons.x32 }} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{ .Values.customFavicons.favicon }} -o /wiki/assets/favicon.ico
{{
- end
}}
securityContext
:
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
{{
- toYaml .Values.securityContext | nindent 12
}}
image
:
"
{{
.Values.image.repository
}}:{{
default
"latest" .Values.image.tag }}"
image
:
"
{{
.Values.image.repository
}}:{{
default
"latest" .Values.image.tag }}"
...
...
Write
Preview
Markdown
is supported
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