Skip to content

Commit

Permalink
Switch to Bitnami OS Shell image
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Jan 10, 2025
1 parent 1e693e8 commit aff2843
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 7.0.12
version: 7.1.0
name: yourls
description: Your Own URL Shortener
# renovate: image=ghcr.io/yourls/yourls
Expand Down Expand Up @@ -33,6 +33,11 @@ dependencies:
tags:
- yourls-database
annotations:
artifacthub.io/images: |
- name: volume-permissions
image: docker.io/bitnami/os-shell:12-debian-12-r35
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r7
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Upstream Project
Expand Down
8 changes: 4 additions & 4 deletions charts/yourls/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ volumePermissions:
## @param volumePermissions.enabled Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup`
##
enabled: false
## Bitnami Shell image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/
## Bitnami OS Shell image
## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry
## @param volumePermissions.image.repository Bitnami Shell image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended)
Expand All @@ -607,8 +607,8 @@ volumePermissions:
##
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r136
repository: bitnami/os-shell
tag: 12-debian-12-r35
digest: ""
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit aff2843

Please sign in to comment.