Skip to content

Commit

Permalink
Updated KUSTOMIZE version to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Shukla committed Oct 14, 2024
1 parent 8b6344e commit 901e562
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rosco-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
push:
branches:
- OES-1.33.x
- bugfix/OP-22783-vOES-1.33.x

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms6g
Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY rosco-web/build/install/rosco /opt/rosco
COPY rosco-web/config /opt/rosco
COPY halconfig/packer /opt/rosco/config/packer

ENV KUSTOMIZE_VERSION=5.0.3
ENV KUSTOMIZE_VERSION=5.4.3

ENV PACKER_VERSION=1.10.1

Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY halconfig/packer /opt/rosco/config/packer
RUN mkdir -p /opt/jaeger
COPY jaeger/opentelemetry-javaagent.jar /opt/jaeger/opentelemetry-javaagent.jar

ENV KUSTOMIZE_VERSION=5.0.3
ENV KUSTOMIZE_VERSION=5.4.3

ENV PACKER_VERSION=1.10.1

Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY rosco-web/build/install/rosco /opt/rosco
COPY rosco-web/config /opt/rosco
COPY halconfig/packer /opt/rosco/config/packer

ENV KUSTOMIZE_VERSION=5.0.3
ENV KUSTOMIZE_VERSION=5.4.3

ENV PACKER_VERSION=1.10.1
WORKDIR /packer
Expand Down

0 comments on commit 901e562

Please sign in to comment.