Skip to content

Commit

Permalink
🐛 Fix typo in java-external-provider tag
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon committed Jun 7, 2024
1 parent 0b05c1e commit 201b94d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/konveyor-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
categories: Modernization & Migration
certified: "false"
containerImage: quay.io/konveyor/tackle2-operator:latest
createdAt: "2024-06-07T13:22:33Z"
createdAt: "2024-06-07T14:45:46Z"
description: Konveyor is an open-source application modernization platform that
helps organizations safely and predictably modernize applications to Kubernetes
at scale.
Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
- name: RELATED_IMAGE_PROVIDER_GENERIC
value: quay.io/konveyor/generic-external-provider:latest
- name: RELATED_IMAGE_PROVIDER_JAVA
value: quay.io/konveyor/java-external-provider:lateest
value: quay.io/konveyor/java-external-provider:latest
image: quay.io/konveyor/tackle2-operator:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -387,6 +387,6 @@ spec:
name: addon-analyzer
- image: quay.io/konveyor/generic-external-provider:latest
name: provider-generic
- image: quay.io/konveyor/java-external-provider:lateest
- image: quay.io/konveyor/java-external-provider:latest
name: provider-java
version: 99.0.0
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ images:
tackle_ui: quay.io/konveyor/tackle2-ui:latest
addon_analyzer: quay.io/konveyor/tackle2-addon-analyzer:latest
provider_generic: quay.io/konveyor/generic-external-provider:latest
provider_java: quay.io/konveyor/java-external-provider:lateest
provider_java: quay.io/konveyor/java-external-provider:latest

0 comments on commit 201b94d

Please sign in to comment.