Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: mongodb
description: MongoDB database Helm chart
version: 0.1.0
version: 0.1.1
appVersion: "7.0"
type: application
keywords:
Expand All @@ -14,5 +14,5 @@ maintainers:
url: https://codefresh-io.github.io/
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: "0.31.0"
repository: oci://quay.io/codefresh/charts/dev
version: "0.32.0"
6 changes: 3 additions & 3 deletions charts/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: postgresql
description: PostgreSQL database Helm chart
version: 0.1.0
version: 0.1.1
appVersion: "17"
type: application
keywords:
Expand All @@ -14,5 +14,5 @@ maintainers:
url: https://codefresh-io.github.io/
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: "0.31.0"
repository: oci://quay.io/codefresh/charts/dev
version: "0.32.0"
6 changes: 3 additions & 3 deletions charts/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: rabbitmq
description: RabbitMQ message broker Helm chart
version: 0.1.0
version: 0.1.1
appVersion: "4.0"
type: application
keywords:
Expand All @@ -14,5 +14,5 @@ maintainers:
url: https://codefresh-io.github.io/
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: "0.31.0"
repository: oci://quay.io/codefresh/charts/dev
version: "0.32.0"
6 changes: 3 additions & 3 deletions charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: redis
description: Redis database Helm chart
version: 0.1.0
version: 0.1.1
appVersion: "7.4"
type: application
keywords:
Expand All @@ -14,5 +14,5 @@ maintainers:
url: https://codefresh-io.github.io/
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: "0.31.0"
repository: oci://quay.io/codefresh/charts/dev
version: "0.32.0"
Loading