Skip to content

Commit

Permalink
Run make generate-release (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: pierDipi <[email protected]>
  • Loading branch information
serverless-qe and pierDipi authored Aug 29, 2023
1 parent 283322a commit d243a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN echo "[kubernetes]" >> /etc/yum.repos.d/kubernetes.repo && \
echo "repo_gpgcheck=0" >> /etc/yum.repos.d/kubernetes.repo && \
echo "gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg" >> /etc/yum.repos.d/kubernetes.repo

RUN yum install -y kubectl httpd-tools
RUN yum install -y kubectl httpd-tools helm

RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest

Expand Down

0 comments on commit d243a05

Please sign in to comment.