Compare commits

..

2 commits

Author SHA1 Message Date
David Landry
cd6524ee7f chore(gethomepage): bump to latest release 2024-09-29 07:10:39 -04:00
David Landry
5f7a449fe4 chore(gethomepage): re-enable authentication 2024-09-29 07:10:25 -04:00
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@ metadata:
labels: labels:
app.kubernetes.io/name: homepage app.kubernetes.io/name: homepage
annotations: annotations:
# nginx.ingress.kubernetes.io/auth-type: basic nginx.ingress.kubernetes.io/auth-type: basic
# nginx.ingress.kubernetes.io/auth-secret: basic-auth nginx.ingress.kubernetes.io/auth-secret: basic-auth
# nginx.ingress.kubernetes.io/auth-realm: "Authentication Required" nginx.ingress.kubernetes.io/auth-realm: "Authentication Required"
nginx.ingress.kubernetes.io/whitelist-source-range: 192.168.1.1/16 nginx.ingress.kubernetes.io/whitelist-source-range: 192.168.1.1/16
cert-manager.io/cluster-issuer: letsencrypt-issuer cert-manager.io/cluster-issuer: letsencrypt-issuer
gethomepage.dev/description: Dynamically Detected Homepage gethomepage.dev/description: Dynamically Detected Homepage

View file

@ -5,7 +5,7 @@ resources:
images: images:
- name: ghcr.io/gethomepage/homepage - name: ghcr.io/gethomepage/homepage
newTag: v0.8.13 newTag: v0.9.10
patches: patches:
- path: ./rbac-patch.yaml - path: ./rbac-patch.yaml