Skip to content

Commit

Permalink
Add Result retention policy agent env for openshift
Browse files Browse the repository at this point in the history
This patch adds env for openshift and update the CSV file
for new Results Retention Policy Agent deployment

Signed-off-by: Shiv Verma <[email protected]>
  • Loading branch information
pratap0007 authored and tekton-robot committed Sep 17, 2024
1 parent 501f4e4 commit 081e07a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/AirGapImageConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Supports all the images listed above in kubernetes and following are specific to
| Pipeline-as-code | pac-webhook | `IMAGE_PAC_PAC_WEBHOOK` |
| Pipeline-as-code | pac-watcher | `IMAGE_PAC_PAC_WATCHER` |
| Console Plugin | console-plugin | `IMAGE_PIPELINES_CONSOLE_PLUGIN` |
| Results | retention-policy-agent | `IMAGE_RESULTS_RETENTION_POLICY_AGENT` |
| Addons | | `IMAGE_ADDONS_BUILD` |
| Addons | | `IMAGE_ADDONS_GENERATE` |
| Addons | | `IMAGE_ADDONS_GEN_ENV_FILE` |
Expand Down
8 changes: 7 additions & 1 deletion operatorhub/openshift/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,13 @@ image-substitutions:
containerName: openshift-pipelines-operator-lifecycle
envKeys:
- IMAGE_RESULTS_API

- image: registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel8@
replaceLocations:
envTargets:
- deploymentName: openshift-pipelines-operator
containerName: openshift-pipelines-operator-lifecycle
envKeys:
- IMAGE_RESULTS_RETENTION_POLICY_AGENT
- image: registry.redhat.io/ubi8/openjdk-17@sha256:e8cc2e476282b75d89c73057bfa713db22d72bdb2808d62d981a84c33beb2575
replaceLocations:
envTargets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ spec:
value: registry.redhat.io/openshift-pipelines/tekton-results-api-rhel8@
- name: IMAGE_RESULTS_TEKTON_RESULTS_WATCHER
value: registry.redhat.io/openshift-pipelines/tekton-results-watcher-rhel8@
- name: IMAGE_RESULTS_RETENTION_POLICY_AGENT
value: registry.redhat.io/openshift-pipelines/tekton-results-retention-policy-agent-rhel8@
- name: IMAGE_HUB_TEKTON_HUB_DB_MIGRATION
value: registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@
- name: IMAGE_HUB_TEKTON_HUB_API
Expand Down

0 comments on commit 081e07a

Please sign in to comment.