-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Console image to latest 1.29.0 (#137)
* chore: Update Console image to latest 1.29.0 * fix: Update password policy in chart test
- Loading branch information
Showing
8 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ $ helm install my-platform conduktor/console \ | |
--create-namespace -n conduktor \ | ||
--set config.organization.name="my-org" \ | ||
--set config.admin.email="[email protected]" \ | ||
--set config.admin.password="admin" \ | ||
--set config.admin.password="Admin123!" \ | ||
--set config.database.password="postgres" \ | ||
--set config.database.username="postgres" \ | ||
--set config.database.host="postgresql" \ | ||
|
@@ -132,7 +132,7 @@ Refer to our [documentation](https://docs.conduktor.io/platform/configuration/co | |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------- | | ||
| `platform.image.registry` | Conduktor Console image registry | `docker.io` | | ||
| `platform.image.repository` | Conduktor Console image repository | `conduktor/conduktor-console` | | ||
| `platform.image.tag` | Conduktor Console image tag (immutable tags are recommended) | `1.28.0` | | ||
| `platform.image.tag` | Conduktor Console image tag (immutable tags are recommended) | `1.29.0` | | ||
| `platform.image.digest` | Conduktor Console image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` | | ||
| `platform.image.pullPolicy` | Conduktor Console image pull policy | `IfNotPresent` | | ||
| `platform.image.pullSecrets` | Conduktor Console image pull secrets | `[]` | | ||
|
@@ -268,7 +268,7 @@ Console expose metrics that could be collected and presented if your environment | |
| `platformCortex.enabled` | Enable Conduktor Console Cortex | `true` | | ||
| `platformCortex.image.registry` | Conduktor Console Cortex image registry | `docker.io` | | ||
| `platformCortex.image.repository` | Conduktor Console Cortex image repository | `conduktor/conduktor-console-cortex` | | ||
| `platformCortex.image.tag` | Conduktor Console Cortex image tag (immutable tags are recommended) | `1.28.0` | | ||
| `platformCortex.image.tag` | Conduktor Console Cortex image tag (immutable tags are recommended) | `1.29.0` | | ||
| `platformCortex.image.digest` | Conduktor Console Cortex image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` | | ||
| `platformCortex.image.pullPolicy` | Conduktor Console Cortex image pull policy | `IfNotPresent` | | ||
| `platformCortex.image.pullSecrets` | Conduktor Console Cortex image pull secrets | `[]` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ config: | |
name: conduktor | ||
admin: | ||
email: [email protected] | ||
password: admin | ||
password: testP4ss! | ||
|
||
database: | ||
name: platform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ config: | |
name: conduktor | ||
admin: | ||
email: [email protected] | ||
password: admin | ||
password: testP4ss! | ||
|
||
database: | ||
name: platform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ config: | |
name: conduktor | ||
admin: | ||
email: [email protected] | ||
password: admin | ||
password: testP4ss! | ||
|
||
database: | ||
name: platform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ config: | |
name: conduktor | ||
admin: | ||
email: [email protected] | ||
password: admin | ||
password: testP4ss! | ||
|
||
database: | ||
name: platform | ||
|
@@ -45,7 +45,7 @@ tests: | |
stringData: | ||
CDK_ORGANIZATION_NAME: conduktor | ||
CDK_ADMIN_EMAIL: [email protected] | ||
CDK_ADMIN_PASSWORD: admin | ||
CDK_ADMIN_PASSWORD: testP4ss! | ||
CDK_DATABASE_USERNAME: postgres | ||
- name: cdkt-test-04-extra | ||
type: Opaque | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ config: | |
name: conduktor | ||
admin: | ||
email: [email protected] | ||
password: admin | ||
password: testP4ss! | ||
|
||
database: | ||
name: platform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,7 +234,7 @@ platform: | |
image: | ||
registry: docker.io | ||
repository: conduktor/conduktor-console | ||
tag: 1.28.0 | ||
tag: 1.29.0 | ||
digest: "" | ||
## Specify a imagePullPolicy | ||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' | ||
|
@@ -774,7 +774,7 @@ platformCortex: | |
image: | ||
registry: docker.io | ||
repository: conduktor/conduktor-console-cortex | ||
tag: 1.28.0 | ||
tag: 1.29.0 | ||
digest: "" | ||
## Specify a imagePullPolicy | ||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' | ||
|
@@ -1100,7 +1100,7 @@ tests: | |
# stringData: | ||
# CDK_ORGANIZATION_NAME: conduktor | ||
# CDK_ADMIN_EMAIL: [email protected] | ||
# CDK_ADMIN_PASSWORD: admin | ||
# CDK_ADMIN_PASSWORD: Admin123! | ||
# CDK_DATABASE_PASSWORD: conduktor123 | ||
# CDK_DATABASE_USERNAME: postgres | ||
secrets: [] |