Skip to content

Commit

Permalink
Sync Latest Updates from Team RapidFort by Rapidfort Readme Bot
Browse files Browse the repository at this point in the history
Signed-off-by: RapidFort Sync Bot <[email protected]>
  • Loading branch information
RapidFort Sync Bot committed Oct 15, 2024
1 parent 738c487 commit 9a0492e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
36 changes: 18 additions & 18 deletions community_images/ghost/bitnami/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
1 change: 1 addition & 0 deletions community_images/mysql/bitnami/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9a0492e

Please sign in to comment.