diff --git a/.env b/.env index 73227e788c..e46dc4bddd 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -GIT_OPERATOR_VERSION="v0.13.3" +GIT_OPERATOR_VERSION="v0.13.4" diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 2a8509371a..f866102aeb 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -146,11 +146,11 @@ resources: sources: - ref: ${image_tag} url: https://github.com/mesosphere/dkp-insights - - container_image: docker.io/mesosphere/git-operator:v0.13.3 + - container_image: docker.io/mesosphere/git-operator:v0.13.4 sources: - ref: ${image_tag} url: https://github.com/mesosphere/git-operator - - container_image: docker.io/mesosphere/gitwebserver:v0.13.3 + - container_image: docker.io/mesosphere/gitwebserver:v0.13.4 sources: - ref: ${image_tag} url: https://github.com/mesosphere/git-operator diff --git a/services/git-operator/0.1.2/defaults/kustomization.yaml b/services/git-operator/0.1.3/defaults/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/defaults/kustomization.yaml rename to services/git-operator/0.1.3/defaults/kustomization.yaml diff --git a/services/git-operator/0.1.2/git-operator-manifests/all.yaml b/services/git-operator/0.1.3/git-operator-manifests/all.yaml similarity index 99% rename from services/git-operator/0.1.2/git-operator-manifests/all.yaml rename to services/git-operator/0.1.3/git-operator-manifests/all.yaml index f056272aad..7bc25b9d52 100644 --- a/services/git-operator/0.1.2/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.3/git-operator-manifests/all.yaml @@ -875,7 +875,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect - --namespace=${NAMESPACE:=git-operator-system} - image: docker.io/mesosphere/git-operator:v0.13.3 + image: docker.io/mesosphere/git-operator:v0.13.4 livenessProbe: httpGet: path: /healthz @@ -979,7 +979,7 @@ spec: - env: - name: GIT_VOLUME_PATH value: /volumes/git - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent livenessProbe: initialDelaySeconds: 3 @@ -1019,7 +1019,7 @@ spec: - /volumes/admin-tmp/snapshots - --snapshot-symlink - /volumes/admin-tmp/active-snapshot - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1061,7 +1061,7 @@ spec: env: - name: ADMIN_REPO_PATH value: /volumes/admin/admin.git - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent name: init-admin-repo securityContext: diff --git a/services/git-operator/0.1.2/git-operator-manifests/kustomization.yaml b/services/git-operator/0.1.3/git-operator-manifests/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/git-operator-manifests/kustomization.yaml rename to services/git-operator/0.1.3/git-operator-manifests/kustomization.yaml diff --git a/services/git-operator/0.1.2/ingress.yaml b/services/git-operator/0.1.3/ingress.yaml similarity index 100% rename from services/git-operator/0.1.2/ingress.yaml rename to services/git-operator/0.1.3/ingress.yaml diff --git a/services/git-operator/0.1.2/kustomization.yaml b/services/git-operator/0.1.3/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/kustomization.yaml rename to services/git-operator/0.1.3/kustomization.yaml