Skip to content

Commit

Permalink
Merge pull request #282 from SumoLogic/rmiller-bump-dockerfile-tf-pro…
Browse files Browse the repository at this point in the history
…vider

Bump Dockerfile Sumo TF provider to 2.0.0
  • Loading branch information
Ryan Miller committed Nov 9, 2019
2 parents 55b42c7 + 8c63771 commit ada9e1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN mkdir /tmp/terraform && \
rm -rf /tmp/terraform

# Install sumologic provider and Kubernetes provider
ENV SUMO_PROVIDER_VERSION 1.3.0
ENV SUMO_PROVIDER_VERSION 2.0.0
ENV KUBERNETES_PROVIDER_VERSION 1.9.0
RUN mkdir -p /terraform && \
cd /terraform && \
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/templates/setup/setup-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
- name: SUMOLOGIC_ACCESSKEY
value: {{ required "A valid .Values.sumologic.accessKey entry required!" .Values.sumologic.accessKey }}
- name: SUMOLOGIC_BASE_URL
value: {{ required "A valid .Values.sumologic.endpoint entry required!" .Values.sumologic.endpoint }}
value: {{ .Values.sumologic.endpoint }}
{{- end }}
10 changes: 5 additions & 5 deletions deploy/kubernetes/setup-sumologic.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kind: ConfigMap
metadata:
name: collection-sumologic-setup
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "2"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
labels:
Expand Down Expand Up @@ -173,7 +173,7 @@ kind: ServiceAccount
metadata:
name: collection-sumologic-setup
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "0"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
labels:
Expand All @@ -187,7 +187,7 @@ kind: ClusterRole
metadata:
name: collection-sumologic-setup
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "1"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
labels:
Expand All @@ -208,7 +208,7 @@ kind: ClusterRoleBinding
metadata:
name: collection-sumologic-setup
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "2"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
labels:
Expand All @@ -231,7 +231,7 @@ metadata:
name: collection-sumologic-setup
namespace: $NAMESPACE
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "3"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
labels:
Expand Down

0 comments on commit ada9e1f

Please sign in to comment.