Merge ~barryprice/charm-k8s-discourse/+git/charm-k8s-discourse:master into charm-k8s-discourse:master

Proposed by Barry Price
Status: Merged
Merge reported by: Barry Price
Merged at revision: f70ddb9f954b643ff22a7098068bc53cec77e0eb
Proposed branch: ~barryprice/charm-k8s-discourse/+git/charm-k8s-discourse:master
Merge into: charm-k8s-discourse:master
Diff against target: 41 lines (+4/-4)
3 files modified
Makefile (+1/-1)
config.yaml (+1/-1)
image/Dockerfile (+2/-2)
Reviewer Review Type Date Requested Status
James Simpson Approve
🤖 prod-jenkaas-is (community) continuous-integration Needs Fixing
Review via email: mp+412247@code.launchpad.net

Commit message

Standardise on v2.7.9

To post a comment you must log in.
Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :

A CI job is currently in progress. A follow up comment will be added when it completes.

Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
James Simpson (jsimpso) wrote :

LGTM (CI bot currently borked, please ignore)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index 6f3f947..fbe2f72 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -1,4 +1,4 @@
6-DISCOURSE_VERSION ?= v2.8.0.beta7
7+DISCOURSE_VERSION ?= v2.7.9
8 IMAGE_VERSION ?= $(DISCOURSE_VERSION)
9 IMAGE_NAME ?=discourse
10
11diff --git a/config.yaml b/config.yaml
12index 88f8ee8..3f87287 100644
13--- a/config.yaml
14+++ b/config.yaml
15@@ -2,7 +2,7 @@ options:
16 discourse_image:
17 type: string
18 description: "Discourse image to use"
19- default: "discoursecharmers/discourse:v2.8.0.beta7"
20+ default: "discoursecharmers/discourse:v2.7.9"
21 image_user:
22 type: string
23 description: "Private registry username"
24diff --git a/image/Dockerfile b/image/Dockerfile
25index 8ae09bc..fc12eae 100644
26--- a/image/Dockerfile
27+++ b/image/Dockerfile
28@@ -15,11 +15,11 @@ ARG CONTAINER_APP_GROUP
29 ARG CONTAINER_APP_GID
30
31 # Used in Launchpad OCI Recipe build to tag the image.
32-LABEL org.label-schema.version=${CONTAINER_APP_VERSION:-v2.8.0.beta7}
33+LABEL org.label-schema.version=${CONTAINER_APP_VERSION:-v2.7.9}
34
35 # Copy any args we got into the environment.
36 ENV CONTAINER_APP_NAME ${CONTAINER_APP_NAME:-discourse}
37-ENV CONTAINER_APP_VERSION ${CONTAINER_APP_VERSION:-v2.8.0.beta7}
38+ENV CONTAINER_APP_VERSION ${CONTAINER_APP_VERSION:-v2.7.9}
39 ENV CONTAINER_APP_USERNAME ${CONTAINER_APP_USERNAME:-discourse}
40 ENV CONTAINER_APP_UID ${CONTAINER_APP_UID:-200}
41 ENV CONTAINER_APP_GROUP ${CONTAINER_APP_GROUP:-discourse}

Subscribers

People subscribed via source and target branches