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
3e0a0756
Commit
3e0a0756
authored
Jul 09, 2024
by
jacklull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Favicon links variables, remove postgres chart
Issue:
#1
parent
dd124f20
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
+4
-9
Chart.yaml
dev/helm/Chart.yaml
+0
-5
postgresql-6.5.0.tgz
dev/helm/charts/postgresql-6.5.0.tgz
+0
-0
deployment.yaml
dev/helm/templates/deployment.yaml
+4
-4
No files found.
dev/helm/Chart.yaml
View file @
3e0a0756
...
...
@@ -23,11 +23,6 @@ keywords:
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type
:
application
dependencies
:
-
name
:
postgresql
version
:
8.10.14
repository
:
https://charts.bitnami.com/bitnami
condition
:
postgresql.enabled
home
:
https://wiki.js.org
icon
:
https://cdn.js.wiki/images/wikijs-butterfly.svg
sources
:
...
...
dev/helm/charts/postgresql-6.5.0.tgz
deleted
100644 → 0
View file @
dd124f20
File deleted
dev/helm/templates/deployment.yaml
View file @
3e0a0756
...
...
@@ -40,7 +40,7 @@ spec:
{{
- end
}}
containers
:
-
name
:
{{
.Chart.Name
}}
{{
- if .Values.customFavicons.enabled
}}
{{
- if .Values.customFavicons.enabled
}}
lifecycle
:
postStart
:
exec
:
...
...
@@ -49,9 +49,9 @@ spec:
-
-c
-
|
ls /wiki/assets && rm -rf /wiki/assets/favicons/* && rm -rf /wiki/assets/favicon.ico && \
curl -k -L {{- toYaml .Values.customFavicons.android-chrome-192x192.png}} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{- toYaml .Values.customFavicons.favicom-32x32.png}} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{- toYaml .Values.customFavicons.favicon.ico}} -o /wiki/assets/favicon.ico
curl -k -L {{- toYaml .Values.customFavicons.android-chrome-192x192.png
}} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{- toYaml .Values.customFavicons.favicom-32x32.png
}} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{- toYaml .Values.customFavicons.favicon.ico
}} -o /wiki/assets/favicon.ico
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
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