diff --git a/charts/wiremock/Chart.yaml b/charts/wiremock/Chart.yaml index f955808..e472698 100644 --- a/charts/wiremock/Chart.yaml +++ b/charts/wiremock/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0 +version: 1.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/wiremock/templates/deployment.yaml b/charts/wiremock/templates/deployment.yaml index c35df0d..40bd4e3 100644 --- a/charts/wiremock/templates/deployment.yaml +++ b/charts/wiremock/templates/deployment.yaml @@ -74,6 +74,8 @@ spec: - mountPath: /home/wiremock/storage/mappings name: mappings-data - name: copy-responses + securityContext: + {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.initContainer.image.repository }}:{{ .Values.initContainer.image.tag }}" imagePullPolicy: {{ .Values.initContainer.image.pullPolicy }} command: ["bash", "-c", "cp -rf /data/responses /home/wiremock/storage/__files"] diff --git a/wiremock-1.1.0.tgz b/wiremock-1.1.0.tgz new file mode 100644 index 0000000..c87a005 Binary files /dev/null and b/wiremock-1.1.0.tgz differ