[bitnami/ghost] Release 16.3.1 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2022-03-25 19:57:16 +00:00
parent fb0197be15
commit 181ec5b471
4 changed files with 8 additions and 8 deletions

View File

@@ -4,6 +4,6 @@ dependencies:
version: 10.4.2
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.12.0
digest: sha256:e03fd3e3b56ca2889d64ad1ad4b4883b6da63c7c02a6a1b6152c02837268f4b7
generated: "2022-03-18T10:18:54.964842173Z"
version: 1.13.0
digest: sha256:f301ee217f898ae949c7dc60194611d4162bcca214e5d66406fc0040c813b154
generated: "2022-03-25T19:08:35.72654735Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: CMS
apiVersion: v2
appVersion: 4.41.2
appVersion: 4.41.3
dependencies:
- condition: mariadb.enabled
name: mariadb
@@ -33,4 +33,4 @@ name: ghost
sources:
- https://github.com/bitnami/bitnami-docker-ghost
- https://www.ghost.org/
version: 16.3.0
version: 16.3.1

View File

@@ -536,4 +536,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -54,7 +54,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/ghost
tag: 4.41.2-debian-10-r0
tag: 4.41.3-debian-10-r0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -550,7 +550,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r374
tag: 10-debian-10-r376
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.