Skip to content

Commit 39ac8c2

Browse files
authored
Merge pull request #260 from SolaceProducts/moodiRealist/DATAGO-96843-vul
DATAGO-96843: upgrade camel-version
2 parents 7133b86 + 5bac968 commit 39ac8c2

File tree

15 files changed

+5
-200
lines changed

15 files changed

+5
-200
lines changed

helm-chart/runtime-agent/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

helm-chart/runtime-agent/Chart.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

helm-chart/runtime-agent/templates/_helpers.tpl

Lines changed: 0 additions & 62 deletions
This file was deleted.

helm-chart/runtime-agent/templates/application-properties-configmap.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

helm-chart/runtime-agent/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

helm-chart/runtime-agent/templates/secret.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

helm-chart/runtime-agent/templates/service.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

helm-chart/runtime-agent/values.yaml

Lines changed: 0 additions & 89 deletions
This file was deleted.

service/application/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN printf '#!/bin/ash\ntofu $*' > /opt/ema/terraform/terraform
2828
RUN chmod +x /opt/ema/terraform/terraform
2929
ENV PATH $PATH:/opt/ema/terraform
3030

31-
ARG SOLACE_PROVIDER_VERSION=1.1.1
31+
ARG SOLACE_PROVIDER_VERSION=1.2.0
3232
ADD terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.zip /opt/ema/terraform
3333

3434
RUN unzip /opt/ema/terraform/terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.zip -d /opt/ema/terraform && \
Binary file not shown.

0 commit comments

Comments
 (0)