Compare commits

..

No commits in common. "cd6524ee7fa6636bf3ad4dedcf24e6af6250bb77" and "77e9c19c93ca3d88020d75cd2ced00e10af9db41" have entirely different histories.

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.9.10 newTag: v0.8.13
patches: patches:
- path: ./rbac-patch.yaml - path: ./rbac-patch.yaml