Skip to content

Commit

Permalink
[updatecli] Update Epinio UI backend image for Helm Chart chart/epini…
Browse files Browse the repository at this point in the history
…o-ui (#384)

* chore: Update key "epinioUI.image.tag" from file "/tmp/updatecli/gith...

... ub/epinio/helm-charts/chart/epinio-ui/values.yaml"

Made with ❤️️ by updatecli

* Update Chart.yaml

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Enrico Candino <[email protected]>
  • Loading branch information
github-actions[bot] and enrichman authored Mar 3, 2023
1 parent 643dc41 commit a1f201b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions chart/epinio-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/license: Apache-2.0
apiVersion: v2
appVersion: v1.7.0-0.0.2
appVersion: v1.7.1-0.0.1
description: A Helm chart for the Epinio UI
home: https://github.com/epinio/epinio
icon: https://raw.githubusercontent.com/epinio/helm-charts/main/assets/epinio.png
Expand All @@ -15,4 +15,4 @@ name: epinio-ui
sources:
- https://github.com/epinio/ui
type: application
version: 1.7.1
version: 1.7.2
80 changes: 40 additions & 40 deletions chart/epinio-ui/values.yaml
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
epinioUI:
image:
registry: ghcr.io
repository: epinio/epinio-ui
tag: v1.7.0-0.0.2
imagePullPolicy: IfNotPresent
uiURL: ""
# Epinio standalone only supports a single theme, either light or dark
theme: "light"
# API URL of epinio instance, for proxied connections, defaults to http://epinio-server.%s.svc.cluster.local"
apiURL: ""
wssURL: ""
dexURL: ""
# Skip checking for valid SSL cert when making requests to `EPINIO_API_URL`
apiSkipSSL: "true"
# version: ""
logLevel: info
# Domain that will serve the UI and be the origin of browser requests, used by CORS process
allowedOrigins: ""
image:
registry: ghcr.io
repository: epinio/epinio-ui
tag: v1.7.1-0.0.1
imagePullPolicy: IfNotPresent
uiURL: ""
# Epinio standalone only supports a single theme, either light or dark
theme: "light"
# API URL of epinio instance, for proxied connections, defaults to http://epinio-server.%s.svc.cluster.local"
apiURL: ""
wssURL: ""
dexURL: ""
# Skip checking for valid SSL cert when making requests to `EPINIO_API_URL`
apiSkipSSL: "true"
# version: ""
logLevel: info
# Domain that will serve the UI and be the origin of browser requests, used by CORS process
allowedOrigins: ""
ingress:
enabled: true
# The ingressClassName is used to select the ingress controller. If empty no class will be added to the ingresses.
ingressClassName: ""
enabled: true
# The ingressClassName is used to select the ingress controller. If empty no class will be added to the ingresses.
ingressClassName: ""
global:
domain: ui.epinio.dev
tlsIssuer: selfsigned-issuer
dex:
enabled: true
domain: ui.epinio.dev
tlsIssuer: selfsigned-issuer
dex:
enabled: true
dex:
ui:
# secret should be supplied by dex automatically, this is just a fall back
secret: ""
# Defaults to https://epinio.{{ .Values.global.domain }}/auth/verify/
redirectURI: ""
ui:
# secret should be supplied by dex automatically, this is just a fall back
secret: ""
# Defaults to https://epinio.{{ .Values.global.domain }}/auth/verify/
redirectURI: ""
volumeMounts:
- name: tmp
mountPath: /tmp
readOnly: false
- name: db
mountPath: /db
readOnly: false
- name: tmp
mountPath: /tmp
readOnly: false
- name: db
mountPath: /db
readOnly: false
# - name: ui
# mountPath: /ui
# subPath: dist
# readOnly: true

volumes:
- name: tmp
emptyDir: {}
- name: db
emptyDir: {}
- name: tmp
emptyDir: {}
- name: db
emptyDir: {}
# - name: ui
# persistentVolumeClaim:
# claimName: ui

0 comments on commit a1f201b

Please sign in to comment.