Skip to content

Commit

Permalink
fix(versions): regenerate for new dev version (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jun 7, 2024
1 parent 8604b1f commit da8b5dd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:3.0.0-dev
createdAt: "2024-06-06T19:50:42Z"
containerImage: quay.io/cryostat/cryostat-operator:4.0.0-dev
createdAt: "2024-06-07T17:42:53Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand All @@ -77,7 +77,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: cryostat-operator.v3.0.0-dev
name: cryostat-operator.v4.0.0-dev
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1016,7 +1016,7 @@ spec:
- name: RELATED_IMAGE_OPENSHIFT_OAUTH_PROXY
value: quay.io/cryostat/openshift-oauth-proxy:cryostat-v3.0
- name: RELATED_IMAGE_CORE
value: quay.io/cryostat/cryostat:3.0.0-snapshot
value: quay.io/cryostat/cryostat:4.0.0-snapshot
- name: RELATED_IMAGE_DATASOURCE
value: quay.io/cryostat/jfr-datasource:latest
- name: RELATED_IMAGE_GRAFANA
Expand All @@ -1035,7 +1035,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/cryostat/cryostat-operator:3.0.0-dev
image: quay.io/cryostat/cryostat-operator:4.0.0-dev
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1193,7 +1193,7 @@ spec:
name: oauth2-proxy
- image: quay.io/cryostat/openshift-oauth-proxy:cryostat-v3.0
name: openshift-oauth-proxy
- image: quay.io/cryostat/cryostat:3.0.0-snapshot
- image: quay.io/cryostat/cryostat:4.0.0-snapshot
name: core
- image: quay.io/cryostat/jfr-datasource:latest
name: datasource
Expand All @@ -1205,7 +1205,7 @@ spec:
name: storage
- image: quay.io/cryostat/cryostat-db:latest
name: database
version: 3.0.0-dev
version: 4.0.0-dev
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/default/image_tag_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- name: RELATED_IMAGE_OPENSHIFT_OAUTH_PROXY
value: "quay.io/cryostat/openshift-oauth-proxy:cryostat-v3.0"
- name: RELATED_IMAGE_CORE
value: "quay.io/cryostat/cryostat:3.0.0-snapshot"
value: "quay.io/cryostat/cryostat:4.0.0-snapshot"
- name: RELATED_IMAGE_DATASOURCE
value: "quay.io/cryostat/jfr-datasource:latest"
- name: RELATED_IMAGE_GRAFANA
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/cryostat/cryostat-operator
newTag: 3.0.0-dev
newTag: 4.0.0-dev
4 changes: 2 additions & 2 deletions internal/controllers/const_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da8b5dd

Please sign in to comment.