Skip to content

Commit

Permalink
Upgrade calibre-web chart (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkilcan authored Nov 1, 2021
1 parent 59f7adc commit 8f03b90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/calibre-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
type: application
name: calibre-web
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database
version: 1.2.1
appVersion: 0.6.11-ls107
version: 1.2.2
appVersion: 0.6.14-ls136
sources:
- https://github.com/janeczku/calibre-web
- https://github.com/linuxserver/docker-calibre-web
Expand Down
2 changes: 1 addition & 1 deletion charts/calibre-web/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.extraEnv }}
envFrom:
Expand Down
3 changes: 2 additions & 1 deletion charts/calibre-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
revisionHistoryLimit: 2

image:
repository: linuxserver/calibre-web
repository: lscr.io/linuxserver/calibre-web
pullPolicy: IfNotPresent
# tag: latest

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 8f03b90

Please sign in to comment.