Skip to content

Commit

Permalink
[bitnami/ghost] Detect non-standard images
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
  • Loading branch information
carrodher committed Dec 10, 2024
1 parent d5fbf33 commit 016a0f3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bitnami/ghost/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 12.1.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.27.2
digest: sha256:f91f6cd1757515c227000ecf00f46f50451bb1665dd0f173f7cf95671b0a946a
generated: "2024-11-28T21:13:23.304292341Z"
version: 2.28.0
digest: sha256:79dfca92b7d91dbd45d91a0652a810dcf73d69de94e5b4cd4e1147b2f853598d
generated: "2024-12-10T17:00:06.25348+01:00"
2 changes: 1 addition & 1 deletion bitnami/ghost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ maintainers:
name: ghost
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 22.0.10
version: 22.1.0
4 changes: 4 additions & 0 deletions bitnami/ghost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 22.1.0

This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).

### To 22.0.0

This major bump updates the MySQL subchart to version 12.0.0. This subchart updates the StatefulSet objects `serviceName` to use a headless service, as the current non-headless service attached to it was not providing DNS entries. This will cause an upgrade issue because it changes "immutable fields". To workaround it, delete the StatefulSet objects as follows (replace the RELEASE_NAME placeholder):
Expand Down
2 changes: 1 addition & 1 deletion bitnami/ghost/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ host. To configure Ghost to use and external database host:
{{- end -}}
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $) -}}
{{- include "common.warnings.resources" (dict "sections" (list "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}
5 changes: 5 additions & 0 deletions bitnami/ghost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,11 @@ persistence:
## If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner
##
storageClass: ""
## Security parameters
##
security:
## @param global.security.allowInsecureImages Allows skipping image verification
allowInsecureImages: false
## @param persistence.annotations Additional custom annotations for the PVC
##
annotations: {}
Expand Down

0 comments on commit 016a0f3

Please sign in to comment.