Skip to content

Commit

Permalink
Deprecate warm channel (#740)
Browse files Browse the repository at this point in the history
Start tagging tested apps as `stable` instead of warm
  • Loading branch information
michaeljguarino authored Jun 14, 2023
1 parent 2c96e4d commit 269d964
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 41 deletions.
6 changes: 3 additions & 3 deletions grafana/helm/grafana/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 6.52.4
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.5
version: 0.1.10
- name: postgres
repository: https://pluralsh.github.io/module-library
version: 0.1.16
digest: sha256:ef166b946c5b1d5abb195cc6df26c4dce8fae0f6bddf639786e829c3f6a9c9b1
generated: "2023-03-22T15:53:14.114070424Z"
digest: sha256:dfc1193c104c63d7587d433919b617e6bed71f066cbc62e6e514534c04c121cc
generated: "2023-06-14T11:40:54.225027-04:00"
4 changes: 2 additions & 2 deletions grafana/helm/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apiVersion: v2
name: grafana
description: A Helm chart for grafana on plural
type: application
version: 0.2.24
version: 0.2.25
appVersion: "9.4.3"
dependencies:
- name: grafana
version: 6.52.4
repository: https://grafana.github.io/helm-charts
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.5
version: 0.1.10
condition: test-base.enabled
- name: postgres
version: 0.1.16
Expand Down
Binary file added grafana/helm/grafana/charts/test-base-0.1.10.tgz
Binary file not shown.
Binary file removed grafana/helm/grafana/charts/test-base-0.1.5.tgz
Binary file not shown.
9 changes: 1 addition & 8 deletions grafana/helm/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ test-base:
enabled: false
application: grafana
testName: grafana-integration
promoteTag: warm
steps:
- name: watch
description: wait until the `grafana` app crd is ready
template:
container:
image: gcr.io/pluralsh/test-base:0.2.2
args: ["grafana"]
promoteTag: stable

secret:
smtp:
Expand Down
6 changes: 3 additions & 3 deletions kubecost/helm/kubecost/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.102.2
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.3
digest: sha256:c1f080f892a81ac1bf40ac8cd7a10b8fb6e63f7b70d9a75cbbef9a2042b576a8
generated: "2023-04-20T03:57:06.205001+02:00"
version: 0.1.10
digest: sha256:ff1e1c2eafeb889c530cfb9d19f15996e8962eb1b3401b4fdfbb9f6d4761f385
generated: "2023-06-14T11:40:59.473543-04:00"
4 changes: 2 additions & 2 deletions kubecost/helm/kubecost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: kubecost
description: chart for deploy kubecost
type: application
version: 0.1.25
version: 0.1.26
appVersion: "1.102.2"
dependencies:
- name: cost-analyzer
version: 1.102.2
repository: https://kubecost.github.io/cost-analyzer/
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.3
version: 0.1.10
condition: test-base.enabled
Binary file not shown.
Binary file removed kubecost/helm/kubecost/charts/test-base-0.1.3.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions kubecost/helm/kubecost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ global:

test-base:
enabled: false
repository: kubecost
application: kubecost
testName: kubecost-integration
promoteTag: warm
promoteTag: stable

oidcProxy:
enabled: false
Expand Down
8 changes: 4 additions & 4 deletions prefect-agent/helm/prefect-agent/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: prefect-agent
repository: https://prefecthq.github.io/prefect-helm
version: 2023.1.26
version: 2023.06.01
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.3
digest: sha256:5e31deeadd85b158f41d20dea0dd9658e03d2abba5f0f41b50ad7be9bf48c06d
generated: "2023-02-02T10:32:53.842822-05:00"
version: 0.1.10
digest: sha256:e88cddb0d493910bba2504898f763a4bf5d6dd08a6dc3d65ff288b3da6c10950
generated: "2023-06-14T11:41:12.851339-04:00"
4 changes: 2 additions & 2 deletions prefect-agent/helm/prefect-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prefect-agent
description: helm chart for prefect-agent
type: application
version: 0.1.4
version: 0.1.5
appVersion: v2.10.12
dependencies:
- name: prefect-agent
Expand All @@ -11,5 +11,5 @@ dependencies:
condition: prefect-agent.enabled
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.5
version: 0.1.10
condition: test-base.enabled
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions prefect-agent/helm/prefect-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ prefect-agent:

test-base:
enabled: false
repository: prefect-agent
application: prefect-agent
testName: prefect-agent-integration
promoteTag: warm
promoteTag: stable
9 changes: 9 additions & 0 deletions prefect-worker/helm/prefect-worker/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
- name: prefect-worker
repository: https://prefecthq.github.io/prefect-helm
version: 2023.06.01
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.10
digest: sha256:e0c398dcf26576904b9c8c875de1d2d5e2716d6a482fbb8b26a01916bdf965cb
generated: "2023-06-14T11:41:16.642797-04:00"
4 changes: 2 additions & 2 deletions prefect-worker/helm/prefect-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prefect-worker
description: helm chart for prefect-worker
type: application
version: 0.1.5
version: 0.1.6
appVersion: v2.10.12
dependencies:
- name: prefect-worker
Expand All @@ -11,5 +11,5 @@ dependencies:
condition: prefect-worker.enabled
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.5
version: 0.1.10
condition: test-base.enabled
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions prefect-worker/helm/prefect-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ prefect-worker:

test-base:
enabled: false
repository: prefect-worker
application: prefect-worker
testName: prefect-worker-integration
promoteTag: warm
promoteTag: stable
10 changes: 5 additions & 5 deletions prefect/helm/prefect/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ dependencies:
version: 0.2.1
- name: prefect-server
repository: https://prefecthq.github.io/prefect-helm
version: 2023.05.25
version: 2023.06.01
- name: prefect-agent
repository: https://prefecthq.github.io/prefect-helm
version: 2023.05.25
version: 2023.06.01
- name: oidc-config
repository: https://pluralsh.github.io/module-library
version: 0.1.6
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.5
digest: sha256:aeeb57ef81c2b3e5f2e1a66899fa09e3ade785fa624032e3b0a9e3e5f6e97940
generated: "2023-06-01T10:04:07.777652-04:00"
version: 0.1.10
digest: sha256:cbf4072f686559577e5e6b98b5456758c6b1c98db25b067f27a8200a2e2643d1
generated: "2023-06-14T11:41:05.114014-04:00"
4 changes: 2 additions & 2 deletions prefect/helm/prefect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prefect
description: helm chart for prefect server
type: application
version: 0.2.2
version: 0.2.3
appVersion: v2.10.12
dependencies:
- name: postgres
Expand All @@ -21,5 +21,5 @@ dependencies:
condition: oidc-config.enabled
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.5
version: 0.1.10
condition: test-base.enabled
Binary file added prefect/helm/prefect/charts/test-base-0.1.10.tgz
Binary file not shown.
Binary file removed prefect/helm/prefect/charts/test-base-0.1.5.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions prefect/helm/prefect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ prefect-server:

test-base:
enabled: false
repository: prefect
application: prefect
testName: prefect-integration
promoteTag: warm
promoteTag: stable

prefect-agent:
enabled: true
Expand Down

0 comments on commit 269d964

Please sign in to comment.