From a3833e181d16b010db1c78980218bffa9e331f1b Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 2 Oct 2024 13:42:56 -0400 Subject: [PATCH] chore(release): set versions for 3.0.2 development (#199) --- charts/cryostat/Chart.yaml | 4 ++-- charts/cryostat/README.md | 24 ++++++++++++------------ charts/cryostat/values.schema.json | 24 ++++++++++++------------ charts/cryostat/values.yaml | 24 ++++++++++++------------ 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/charts/cryostat/Chart.yaml b/charts/cryostat/Chart.yaml index fc5058f7..c35188b7 100644 --- a/charts/cryostat/Chart.yaml +++ b/charts/cryostat/Chart.yaml @@ -4,11 +4,11 @@ description: Securely manage JFR recordings for your containerized Java workload type: application -version: "1.0.1" +version: "1.0.2-dev" kubeVersion: ">= 1.25.0-0" -appVersion: "3.0.1" +appVersion: "3.0.2-dev" home: "https://cryostat.io" diff --git a/charts/cryostat/README.md b/charts/cryostat/README.md index 4af5671e..7a66cc1e 100644 --- a/charts/cryostat/README.md +++ b/charts/cryostat/README.md @@ -9,8 +9,8 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op | ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | | `core` | Configuration for the core Cryostat application | | | `core.image.repository` | Repository for the main Cryostat container image | `quay.io/cryostat/cryostat` | -| `core.image.pullPolicy` | Image pull policy for the main Cryostat container image | `IfNotPresent` | -| `core.image.tag` | Tag for the main Cryostat container image | `3.0.1` | +| `core.image.pullPolicy` | Image pull policy for the main Cryostat container image | `Always` | +| `core.image.tag` | Tag for the main Cryostat container image | `3.0.2-snapshot` | | `core.service.type` | Type of Service to create for the Cryostat application | `ClusterIP` | | `core.service.httpPort` | Port number to expose on the Service for Cryostat's HTTP server | `8181` | | `core.sslProxied` | Enables SSL Proxied Environment Variables, useful when you are offloading SSL/TLS at External Loadbalancer instead of Ingress | `false` | @@ -45,8 +45,8 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | | `db` | Configuration for Cryostat's database | | | `db.image.repository` | Repository for the database container image | `quay.io/cryostat/cryostat-db` | -| `db.image.pullPolicy` | Image pull policy for the database container image | `IfNotPresent` | -| `db.image.tag` | Tag for the database container image | `3.0.1` | +| `db.image.pullPolicy` | Image pull policy for the database container image | `Always` | +| `db.image.tag` | Tag for the database container image | `cryostat-v3.0` | | `db.resources` | Resource requests/limits for the database container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources) | `{}` | | `db.securityContext` | 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) | `{}` | @@ -56,8 +56,8 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- | | `storage` | Configuration for Cryostat's object storage provider | | | `storage.image.repository` | Repository for the storage container image | `quay.io/cryostat/cryostat-storage` | -| `storage.image.pullPolicy` | Image pull policy for the storage container image | `IfNotPresent` | -| `storage.image.tag` | Tag for the storage container image | `3.0.1` | +| `storage.image.pullPolicy` | Image pull policy for the storage container image | `Always` | +| `storage.image.tag` | Tag for the storage container image | `cryostat-v3.0` | | `storage.resources` | Resource requests/limits for the storage container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources) | `{}` | | `storage.securityContext` | 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) | `{}` | @@ -67,8 +67,8 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | | `grafana` | Configuration for the customized Grafana instance for Cryostat | | | `grafana.image.repository` | Repository for the Grafana container image | `quay.io/cryostat/cryostat-grafana-dashboard` | -| `grafana.image.pullPolicy` | Image pull policy for the Grafana container image | `IfNotPresent` | -| `grafana.image.tag` | Tag for the Grafana container image | `3.0.1` | +| `grafana.image.pullPolicy` | Image pull policy for the Grafana container image | `Always` | +| `grafana.image.tag` | Tag for the Grafana container image | `3.0-dev` | | `grafana.service.type` | Type of Service to create for Grafana | `ClusterIP` | | `grafana.service.port` | Port number to expose on the Service for Grafana's HTTP server | `3000` | | `grafana.resources` | Resource requests/limits for the Grafana container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources) | `{}` | @@ -80,8 +80,8 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op | ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------- | | `datasource` | Configuration for the JFR Data Source component, which translates recording events into a format consumable by Grafana | | | `datasource.image.repository` | Repository for the JFR Data Source container image | `quay.io/cryostat/jfr-datasource` | -| `datasource.image.pullPolicy` | Image pull policy for the JFR Data Source container image | `IfNotPresent` | -| `datasource.image.tag` | Tag for the JFR Data Source container image | `3.0.1` | +| `datasource.image.pullPolicy` | Image pull policy for the JFR Data Source container image | `Always` | +| `datasource.image.tag` | Tag for the JFR Data Source container image | `3.0.2-snapshot` | | `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) | `{}` | | `datasource.securityContext` | 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) | `{}` | @@ -109,8 +109,8 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op | Name | Description | Value | | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | | `openshiftOauthProxy.image.repository` | Repository for the OpenShift OAuth Proxy container image | `quay.io/cryostat/openshift-oauth-proxy` | -| `openshiftOauthProxy.image.pullPolicy` | Image pull policy for the OpenShift OAuth Proxy container image | `IfNotPresent` | -| `openshiftOauthProxy.image.tag` | Tag for the OpenShift OAuth Proxy container image | `3.0.1` | +| `openshiftOauthProxy.image.pullPolicy` | Image pull policy for the OpenShift OAuth Proxy container image | `Always` | +| `openshiftOauthProxy.image.tag` | Tag for the OpenShift OAuth Proxy container image | `cryostat-v3.0` | | `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. | `true` | | `openshiftOauthProxy.accessReview.group` | The OpenShift resource group that the SubjectAccessReview/TokenAccessReview will be performed for. See https://github.com/openshift/oauth-proxy/?tab=readme-ov-file#delegate-authentication-and-authorization-to-openshift-for-infrastructure | `""` | | `openshiftOauthProxy.accessReview.resource` | The OpenShift resource that the SubjectAccessReview/TokenAccessReview will be performed for. | `pods` | diff --git a/charts/cryostat/values.schema.json b/charts/cryostat/values.schema.json index e522f818..c96eaf2e 100644 --- a/charts/cryostat/values.schema.json +++ b/charts/cryostat/values.schema.json @@ -16,12 +16,12 @@ "pullPolicy": { "type": "string", "description": "Image pull policy for the main Cryostat container image", - "default": "IfNotPresent" + "default": "Always" }, "tag": { "type": "string", "description": "Tag for the main Cryostat container image", - "default": "3.0.1" + "default": "3.0.2-snapshot" } } }, @@ -270,12 +270,12 @@ "pullPolicy": { "type": "string", "description": "Image pull policy for the database container image", - "default": "IfNotPresent" + "default": "Always" }, "tag": { "type": "string", "description": "Tag for the database container image", - "default": "3.0.1" + "default": "cryostat-v3.0" } } }, @@ -325,12 +325,12 @@ "pullPolicy": { "type": "string", "description": "Image pull policy for the storage container image", - "default": "IfNotPresent" + "default": "Always" }, "tag": { "type": "string", "description": "Tag for the storage container image", - "default": "3.0.1" + "default": "cryostat-v3.0" } } }, @@ -380,12 +380,12 @@ "pullPolicy": { "type": "string", "description": "Image pull policy for the Grafana container image", - "default": "IfNotPresent" + "default": "Always" }, "tag": { "type": "string", "description": "Tag for the Grafana container image", - "default": "3.0.1" + "default": "3.0-dev" } } }, @@ -450,12 +450,12 @@ "pullPolicy": { "type": "string", "description": "Image pull policy for the JFR Data Source container image", - "default": "IfNotPresent" + "default": "Always" }, "tag": { "type": "string", "description": "Tag for the JFR Data Source container image", - "default": "3.0.1" + "default": "3.0.2-snapshot" } } }, @@ -600,12 +600,12 @@ "pullPolicy": { "type": "string", "description": "Image pull policy for the OpenShift OAuth Proxy container image", - "default": "IfNotPresent" + "default": "Always" }, "tag": { "type": "string", "description": "Tag for the OpenShift OAuth Proxy container image", - "default": "3.0.1" + "default": "cryostat-v3.0" } } }, diff --git a/charts/cryostat/values.yaml b/charts/cryostat/values.yaml index 390b60b4..757a6b87 100644 --- a/charts/cryostat/values.yaml +++ b/charts/cryostat/values.yaml @@ -5,9 +5,9 @@ core: ## @param core.image.repository Repository for the main Cryostat container image repository: "quay.io/cryostat/cryostat" ## @param core.image.pullPolicy Image pull policy for the main Cryostat container image - pullPolicy: IfNotPresent + pullPolicy: Always ## @param core.image.tag Tag for the main Cryostat container image - tag: "3.0.1" + tag: "3.0.2-snapshot" service: ## @param core.service.type Type of Service to create for the Cryostat application type: ClusterIP @@ -85,9 +85,9 @@ db: ## @param db.image.repository Repository for the database container image repository: "quay.io/cryostat/cryostat-db" ## @param db.image.pullPolicy Image pull policy for the database container image - pullPolicy: IfNotPresent + pullPolicy: Always ## @param db.image.tag Tag for the database container image - tag: "3.0.1" + tag: "3.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) @@ -106,9 +106,9 @@ storage: ## @param storage.image.repository Repository for the storage container image repository: "quay.io/cryostat/cryostat-storage" ## @param storage.image.pullPolicy Image pull policy for the storage container image - pullPolicy: IfNotPresent + pullPolicy: Always ## @param storage.image.tag Tag for the storage container image - tag: "3.0.1" + tag: "3.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) @@ -127,9 +127,9 @@ grafana: ## @param grafana.image.repository Repository for the Grafana container image repository: "quay.io/cryostat/cryostat-grafana-dashboard" ## @param grafana.image.pullPolicy Image pull policy for the Grafana container image - pullPolicy: IfNotPresent + pullPolicy: Always ## @param grafana.image.tag Tag for the Grafana container image - tag: "3.0.1" + tag: "3.0-dev" service: ## @param grafana.service.type Type of Service to create for Grafana type: ClusterIP @@ -153,9 +153,9 @@ datasource: ## @param datasource.image.repository Repository for the JFR Data Source container image repository: "quay.io/cryostat/jfr-datasource" ## @param datasource.image.pullPolicy Image pull policy for the JFR Data Source container image - pullPolicy: IfNotPresent + pullPolicy: Always ## @param datasource.image.tag Tag for the JFR Data Source container image - tag: "3.0.1" + tag: "3.0.2-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) @@ -210,9 +210,9 @@ openshiftOauthProxy: ## @param openshiftOauthProxy.image.repository Repository for the OpenShift OAuth Proxy container image repository: "quay.io/cryostat/openshift-oauth-proxy" ## @param openshiftOauthProxy.image.pullPolicy Image pull policy for the OpenShift OAuth Proxy container image - pullPolicy: IfNotPresent + pullPolicy: Always ## @param openshiftOauthProxy.image.tag Tag for the OpenShift OAuth Proxy container image - tag: "3.0.1" + tag: "3.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