diff --git a/community_images/ghost/bitnami/image.yml b/community_images/ghost/bitnami/image.yml index f101031d4d..13248e2023 100755 --- a/community_images/ghost/bitnami/image.yml +++ b/community_images/ghost/bitnami/image.yml @@ -24,25 +24,8 @@ input_registry: account: bitnami repo_sets: - ghost: - input_base_tag: "5.96.0-debian-12-r" + input_base_tag: "5" runtimes: - - type: k8s - script: k8s_coverage.sh - helm: - repo: bitnami - repo_url: https://charts.bitnami.com/bitnami - chart: ghost - helm_additional_params: - ghostHost: "localhost" - tls_certs: - generate: true - secret_name: localhost-server-tls - common_name: localhost - image_keys: - ghost: - repository: "image.repository" - tag: "image.tag" - override_file: "overrides.yml" - type: docker_compose script: dc_coverage.sh compose_file: docker-compose.yml @@ -53,3 +36,20 @@ runtimes: ghost: repository: "GHOST_IMAGE_REPOSITORY" tag: "GHOST_IMAGE_TAG" +# - type: k8s +# script: k8s_coverage.sh +# helm: +# repo: bitnami +# repo_url: https://charts.bitnami.com/bitnami +# chart: ghost +# helm_additional_params: +# ghostHost: "localhost" +# tls_certs: +# generate: true +# secret_name: localhost-server-tls +# common_name: localhost +# image_keys: +# ghost: +# repository: "image.repository" +# tag: "image.tag" +# override_file: "overrides.yml" diff --git a/community_images/mysql/bitnami/image.yml b/community_images/mysql/bitnami/image.yml index 9c0aea392b..2c910331ba 100644 --- a/community_images/mysql/bitnami/image.yml +++ b/community_images/mysql/bitnami/image.yml @@ -44,6 +44,7 @@ runtimes: override_file: "overrides.yml" - type: docker_compose compose_file: docker-compose.yml + script: dc_coverage.sh image_keys: mysql: repository: "MYSQL_IMAGE_REPOSITORY"