Skip to content

Commit

Permalink
chore(release): set images to use 3.0 pre-release branch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jun 6, 2024
1 parent 60a39a2 commit ed5ae7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/cryostat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ db:
## @param db.image.pullPolicy Image pull policy for the database container image
pullPolicy: Always
## @param db.image.tag Tag for the database container image
tag: "latest"
tag: "cryostat-v3.0"
## @param db.resources Resource requests/limits for the database container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
resources: {}
## @param db.securityContext [object] Security Context for the database container. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [SecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)
Expand All @@ -108,7 +108,7 @@ storage:
## @param storage.image.pullPolicy Image pull policy for the storage container image
pullPolicy: Always
## @param storage.image.tag Tag for the storage container image
tag: "latest"
tag: "cryostat-v3.0"
## @param storage.resources Resource requests/limits for the storage container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
resources: {}
## @param storage.securityContext [object] Security Context for the storage container. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [SecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)
Expand All @@ -129,7 +129,7 @@ grafana:
## @param grafana.image.pullPolicy Image pull policy for the Grafana container image
pullPolicy: Always
## @param grafana.image.tag Tag for the Grafana container image
tag: "latest"
tag: "3.0-dev"
service:
## @param grafana.service.type Type of Service to create for Grafana
type: ClusterIP
Expand All @@ -155,7 +155,7 @@ datasource:
## @param datasource.image.pullPolicy Image pull policy for the JFR Data Source container image
pullPolicy: Always
## @param datasource.image.tag Tag for the JFR Data Source container image
tag: "latest"
tag: "3.0.0-snapshot"
## @param datasource.resources Resource requests/limits for the JFR Data Source container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
resources: {}
## @param datasource.securityContext [object] Security Context for the JFR Data Source container. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [SecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)
Expand Down Expand Up @@ -208,11 +208,11 @@ oauth2Proxy:
openshiftOauthProxy:
image:
## @param openshiftOauthProxy.image.repository Repository for the OpenShift OAuth Proxy container image
repository: "quay.io/openshift/origin-oauth-proxy"
repository: "quay.io/cryostat/openshift-oauth-proxy"
## @param openshiftOauthProxy.image.pullPolicy Image pull policy for the OpenShift OAuth Proxy container image
pullPolicy: Always
## @param openshiftOauthProxy.image.tag Tag for the OpenShift OAuth Proxy container image
tag: "latest"
tag: "cryostat-v3.0"
accessReview:
## @param openshiftOauthProxy.accessReview.enabled Whether the SubjectAccessReview/TokenAccessReview role checks for users and clients are enabled. If this is disabled then the proxy will only check that the user has valid credentials or holds a valid token.
enabled: true
Expand Down

0 comments on commit ed5ae7c

Please sign in to comment.