diff --git a/charts/infrahub-enterprise/Chart.yaml b/charts/infrahub-enterprise/Chart.yaml index 1ffdf85..35de526 100644 --- a/charts/infrahub-enterprise/Chart.yaml +++ b/charts/infrahub-enterprise/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.8.4 +version: 3.9.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. @@ -27,5 +27,5 @@ appVersion: "1.4.6" dependencies: - name: infrahub - version: "4.8.4" + version: "4.9.0" repository: "oci://registry.opsmill.io/opsmill/chart" diff --git a/charts/infrahub-enterprise/README.md b/charts/infrahub-enterprise/README.md index 0750223..a5ec2d7 100644 --- a/charts/infrahub-enterprise/README.md +++ b/charts/infrahub-enterprise/README.md @@ -58,7 +58,7 @@ The chart offers the ability to configure persistence for the database and other | Repository | Name | Version | |------------|------|---------| -| oci://registry.opsmill.io/opsmill/chart | infrahub | 4.8.0 | +| oci://registry.opsmill.io/opsmill/chart | infrahub | 4.9.0 | ## Values diff --git a/charts/infrahub/Chart.yaml b/charts/infrahub/Chart.yaml index b641aa5..88a21d8 100644 --- a/charts/infrahub/Chart.yaml +++ b/charts/infrahub/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.8.4 +version: 4.9.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/infrahub/README.md b/charts/infrahub/README.md index 55b2c22..5561b3a 100644 --- a/charts/infrahub/README.md +++ b/charts/infrahub/README.md @@ -136,9 +136,10 @@ The chart offers the ability to configure persistence for the database and other | neo4j.volumes.data.mode | string | `"volume"` | | | neo4j.volumes.data.volume.emptyDir | object | `{}` | | | prefect-server.enabled | bool | `true` | | -| prefect-server.global.prefect.image.prefectTag | string | `"1.4.2"` | | +| prefect-server.global.prefect.image.prefectTag | string | `"1.4.6"` | | | prefect-server.global.prefect.image.repository | string | `"registry.opsmill.io/opsmill/infrahub"` | | | prefect-server.postgresql.enabled | bool | `true` | | +| prefect-server.postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | | | prefect-server.postgresql.primary.persistence.enabled | bool | `false` | | | prefect-server.postgresql.primary.podLabels.infrahub/service | string | `"task-manager-db"` | | | prefect-server.server.args[0] | string | `"uvicorn"` | | @@ -158,6 +159,7 @@ The chart offers the ability to configure persistence for the database and other | rabbitmq.auth.password | string | `"infrahub"` | | | rabbitmq.auth.username | string | `"infrahub"` | | | rabbitmq.enabled | bool | `true` | | +| rabbitmq.image.repository | string | `"bitnamilegacy/rabbitmq"` | | | rabbitmq.metrics.enabled | bool | `true` | | | rabbitmq.nameOverride | string | `"message-queue"` | | | rabbitmq.persistence.enabled | bool | `false` | | @@ -166,6 +168,7 @@ The chart offers the ability to configure persistence for the database and other | redis.architecture | string | `"standalone"` | | | redis.auth.enabled | bool | `false` | | | redis.enabled | bool | `true` | | +| redis.image.repository | string | `"bitnamilegacy/redis"` | | | redis.master.persistence.enabled | bool | `false` | | | redis.master.podLabels.infrahub/service | string | `"cache"` | | | redis.master.service.ports.redis | int | `6379` | | diff --git a/charts/infrahub/values.yaml b/charts/infrahub/values.yaml index d40c4ae..3c8a269 100644 --- a/charts/infrahub/values.yaml +++ b/charts/infrahub/values.yaml @@ -19,6 +19,8 @@ global: redis: enabled: true nameOverride: cache + image: + repository: bitnamilegacy/redis architecture: standalone auth: enabled: false @@ -207,6 +209,8 @@ rabbitmq: infrahub/service: message-queue enabled: true nameOverride: message-queue + image: + repository: bitnamilegacy/rabbitmq persistence: enabled: false auth: @@ -254,6 +258,8 @@ prefect-server: create: false postgresql: enabled: true + image: + repository: bitnamilegacy/postgresql primary: podLabels: infrahub/service: task-manager-db