Skip to content

Commit

Permalink
build(agent): add agent init image to related images
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron committed Feb 4, 2025
1 parent cd55893 commit a145e9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:4.0.0-dev
createdAt: "2025-02-04T23:03:44Z"
createdAt: "2025-02-04T23:08:18Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down Expand Up @@ -1146,6 +1146,8 @@ spec:
value: quay.io/cryostat/cryostat-db:latest
- name: RELATED_IMAGE_AGENT_PROXY
value: registry.access.redhat.com/ubi9/nginx-124:latest
- name: RELATED_IMAGE_AGENT_INIT
value: quay.io/cryostat/cryostat-agent-init:latest
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -1313,6 +1315,8 @@ spec:
name: database
- image: registry.access.redhat.com/ubi9/nginx-124:latest
name: agent-proxy
- image: quay.io/cryostat/cryostat-agent-init:latest
name: agent-init
version: 4.0.0-dev
webhookdefinitions:
- admissionReviewVersions:
Expand Down
2 changes: 2 additions & 0 deletions config/default/image_tag_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ spec:
value: "quay.io/cryostat/cryostat-db:latest"
- name: RELATED_IMAGE_AGENT_PROXY
value: "registry.access.redhat.com/ubi9/nginx-124:latest"
- name: RELATED_IMAGE_AGENT_INIT
value: "quay.io/cryostat/cryostat-agent-init:latest"
2 changes: 2 additions & 0 deletions hack/image_tag_patch.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ spec:
value: "${DATABASE_IMG}"
- name: RELATED_IMAGE_AGENT_PROXY
value: "${AGENT_PROXY_IMG}"
- name: RELATED_IMAGE_AGENT_INIT
value: "${AGENT_INIT_IMG}"

0 comments on commit a145e9a

Please sign in to comment.