Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLT-1026: Upgrade helm-unittest plugin in silta-cicd images #216

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php7.2-node14-composer1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -60,10 +60,5 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Add custom php config and lift memory limit.
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php7.2-node14-composer1/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php7.2-node14-composer1-v1
circleci-php7.2-node14-composer1-v1.3
circleci-php7.2-node14-composer1-v1.3.0
circleci-php7.2-node14-composer1-v1.4
circleci-php7.2-node14-composer1-v1.4.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php7.3-node12-composer1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -55,10 +55,5 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Add custom php config and lift memory limit.
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php7.3-node12-composer1/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php7.3-node12-composer1-v1
circleci-php7.3-node12-composer1-v1.3
circleci-php7.3-node12-composer1-v1.3.0
circleci-php7.3-node12-composer1-v1.4
circleci-php7.3-node12-composer1-v1.4.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php7.3-node14-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -55,10 +55,5 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Add custom php config and lift memory limit.
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php7.3-node14-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php7.3-node14-composer2-v1
circleci-php7.3-node14-composer2-v1.4
circleci-php7.3-node14-composer2-v1.4.0
circleci-php7.3-node14-composer2-v1.5
circleci-php7.3-node14-composer2-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php7.4-node14-composer1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -60,10 +60,5 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Add custom php config and lift memory limit.
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php7.4-node14-composer1/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php7.4-node14-composer1-v1
circleci-php7.4-node14-composer1-v1.4
circleci-php7.4-node14-composer1-v1.4.0
circleci-php7.4-node14-composer1-v1.5
circleci-php7.4-node14-composer1-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php7.4-node14-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -55,10 +55,5 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Add custom php config and lift memory limit.
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php7.4-node14-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php7.4-node14-composer2-v1
circleci-php7.4-node14-composer2-v1.4
circleci-php7.4-node14-composer2-v1.4.0
circleci-php7.4-node14-composer2-v1.5
circleci-php7.4-node14-composer2-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php7.4-node16-composer1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -60,10 +60,5 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Add custom php config and lift memory limit.
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php7.4-node16-composer1/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php7.4-node16-composer1-v1
circleci-php7.4-node16-composer1-v1.4
circleci-php7.4-node16-composer1-v1.4.0
circleci-php7.4-node16-composer1-v1.5
circleci-php7.4-node16-composer1-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php8.0-node14-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -54,10 +54,5 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Add custom php config and lift memory limit.
COPY conf/php/memory.ini /usr/local/etc/php/conf.d/memory.ini
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.0-node14-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.0-node14-composer2-v1
circleci-php8.0-node14-composer2-v1.3
circleci-php8.0-node14-composer2-v1.4.0
circleci-php8.0-node14-composer2-v1.5
circleci-php8.0-node14-composer2-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php8.0-node16-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Clean up
RUN sudo apt-get clean autoclean -y \
Expand All @@ -51,11 +51,6 @@ RUN sudo apt-get clean autoclean -y \
/root/.cache /root/.local /root/.gnupg /root/.config \
/tmp/*

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source

# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
# https://github.com/CircleCI-Public/cimg-shared/blob/main/variants/node.Dockerfile.template
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.0-node16-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.0-node16-composer2-v1
circleci-php8.0-node16-composer2-v1.5
circleci-php8.0-node16-composer2-v1.5.0
circleci-php8.0-node16-composer2-v1.6
circleci-php8.0-node16-composer2-v1.6.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php8.1-node16-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.1-node16-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.1-node16-composer2-v1
circleci-php8.1-node16-composer2-v1.4
circleci-php8.1-node16-composer2-v1.4.0
circleci-php8.1-node16-composer2-v1.5
circleci-php8.1-node16-composer2-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php8.1-node18-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.1-node18-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.1-node18-composer2-v1
circleci-php8.1-node18-composer2-v1.4
circleci-php8.1-node18-composer2-v1.4.0
circleci-php8.1-node18-composer2-v1.5
circleci-php8.1-node18-composer2-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php8.2-node18-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.2-node18-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.2-node18-composer2-v1
circleci-php8.2-node18-composer2-v1.4
circleci-php8.2-node18-composer2-v1.4.0
circleci-php8.2-node18-composer2-v1.5
circleci-php8.2-node18-composer2-v1.5.0
7 changes: 1 addition & 6 deletions silta-cicd/circleci-php8.2-node20-composer2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# && helm repo add minio https://helm.min.io/ \
&& helm repo add wunderio https://storage.googleapis.com/charts.wdr.io \
&& helm repo add percona https://percona.github.io/percona-helm-charts/ \
&& helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4

# NOTE: quintush/helm-unittest v0.2.0 release breaks helm tests.

# TODO: when https://github.com/lrills/helm-unittest/issues/87 is merged,
# switch back to using https://github.com/lrills/helm-unittest as the source
&& helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1

# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.2-node20-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.2-node20-composer2-v1
circleci-php8.2-node20-composer2-v1.3
circleci-php8.2-node20-composer2-v1.3.0
circleci-php8.2-node20-composer2-v1.4
circleci-php8.2-node20-composer2-v1.4.0