Skip to content

Commit

Permalink
Merge pull request #10 from Microkubes/release/v1.0.0-beta
Browse files Browse the repository at this point in the history
Change image tag of the platform to point to the first release v1.0.0…
  • Loading branch information
Pavle Jonoski authored Nov 19, 2018
2 parents eaa6352 + ede6bd0 commit c34899e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
28 changes: 14 additions & 14 deletions docker/docker-compose.fullstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
condition: on-failure

kong-migration:
image: microkubes/kong:latest
image: microkubes/kong:v1.0.0-beta
environment:
- KONG_DATABASE=postgres
- KONG_PG_HOST=kong-database
Expand All @@ -30,7 +30,7 @@ services:
command: "/migrations.sh"

kong:
image: microkubes/kong:latest
image: microkubes/kong:v1.0.0-beta
ports:
- "8000:8000"
- "8001:8001"
Expand Down Expand Up @@ -120,17 +120,17 @@ services:
uid: "999"
gid: "999"
mode: 0740

microservice-mail:
image: microkubes/microservice-mail:latest
image: microkubes/microservice-mail:v1.0.0-beta
deploy:
restart_policy:
condition: on-failure
secrets:
- microservice_mail_config.json

authorization-server:
image: microkubes/authorization-server:latest
image: microkubes/authorization-server:v1.0.0-beta
environment:
- API_GATEWAY_URL=http://kong:8001
- MONGO_URL=mongo:27017
Expand All @@ -148,7 +148,7 @@ services:
- microservice_authorization_server_config.json

jwt-issuer:
image: microkubes/jwt-issuer:latest
image: microkubes/jwt-issuer:v1.0.0-beta
environment:
- API_GATEWAY_URL=http://kong:8001
- MONGO_URL=mongo:27017
Expand All @@ -166,7 +166,7 @@ services:
- microservice_jwt_issuer_config.json

identity-provider:
image: microkubes/identity-provider:local
image: microkubes/identity-provider:v1.0.0-beta
environment:
- API_GATEWAY_URL=http://kong:8001
- MONGO_URL=mongo:27017
Expand All @@ -182,9 +182,9 @@ services:
- system.pub
- default.pub
- microservice_identity_provider_config.json

microservice-apps-management:
image: microkubes/microservice-apps-management:latest
image: microkubes/microservice-apps-management:v1.0.0-beta
environment:
- API_GATEWAY_URL=http://kong:8001
- MONGO_URL=mongo:27017
Expand All @@ -200,9 +200,9 @@ services:
- system.pub
- default.pub
- microservice_apps_management_config.json

microservice-registration:
image: microkubes/microservice-registration:latest
image: microkubes/microservice-registration:v1.0.0-beta
environment:
- API_GATEWAY_URL=http://kong:8001
- MONGO_URL=mongo:27017
Expand All @@ -220,7 +220,7 @@ services:
- microservice_registration_config.json

microservice-user-profile:
image: microkubes/microservice-user-profile:latest
image: microkubes/microservice-user-profile:v1.0.0-beta
environment:
- API_GATEWAY_URL=http://kong:8001
- MONGO_URL=mongo:27017
Expand All @@ -238,7 +238,7 @@ services:
- microservice_user_profile_config.json

microservice-user:
image: microkubes/microservice-user:latest
image: microkubes/microservice-user:v1.0.0-beta
environment:
- API_GATEWAY_URL=http://kong:8001
- MONGO_URL=mongo:27017
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
condition: on-failure

kong-migration:
image: microkubes/kong:latest
image: microkubes/kong:v1.0.0-beta
environment:
- KONG_DATABASE=postgres
- KONG_PG_HOST=kong-database
Expand All @@ -30,7 +30,7 @@ services:
command: "/migrations.sh"

kong:
image: microkubes/kong:latest
image: microkubes/kong:v1.0.0-beta
ports:
- "8000:8000"
- "8001:8001"
Expand All @@ -51,7 +51,7 @@ services:

nginx:
image: nginx:latest
ports:
ports:
- 10080:80


Expand Down
20 changes: 10 additions & 10 deletions kubernetes/helm/microkubes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ microkubes:

image:
repository: microkubes/authorization-server
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand All @@ -38,7 +38,7 @@ microkubes:

image:
repository: microkubes/identity-provider
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand All @@ -53,7 +53,7 @@ microkubes:

image:
repository: microkubes/jwt-issuer
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand All @@ -67,7 +67,7 @@ microkubes:

image:
repository: microkubes/microservice-apps-management
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand All @@ -83,7 +83,7 @@ microkubes:

image:
repository: microkubes/microservice-mail
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand All @@ -98,7 +98,7 @@ microkubes:

image:
repository: microkubes/microservice-registration
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand All @@ -113,7 +113,7 @@ microkubes:

image:
repository: microkubes/microservice-user
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand All @@ -128,7 +128,7 @@ microkubes:

image:
repository: microkubes/microservice-user-profile
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

podAnnotations:
Expand Down Expand Up @@ -210,7 +210,7 @@ kong:

image:
repository: microkubes/kong
tag: latest
tag: v1.0.0-beta
pullPolicy: Always

env:
Expand All @@ -226,7 +226,7 @@ kong:

image:
repository: microkubes/kong
tag: latest
tag: v1.0.0-beta
pullPolicy: Always
restartPolicy: Never
command: [ "./migrations.sh" ]
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/manifests/kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: kong-migration
image: microkubes/kong:latest
image: microkubes/kong:v1.0.0-beta
imagePullPolicy: Always
env:
- name: KONG_NGINX_DAEMON
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
spec:
containers:
- name: kong
image: microkubes/kong:0.14.1-alpine
image: microkubes/kong:v1.0.0-beta
imagePullPolicy: Always
env:
- name: KONG_ADMIN_LISTEN
Expand Down
16 changes: 8 additions & 8 deletions kubernetes/manifests/microkubes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: microservice-apps-management
image: microkubes/microservice-apps-management:latest
image: microkubes/microservice-apps-management:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: microservice-user
image: microkubes/microservice-user:latest
image: microkubes/microservice-user:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
spec:
containers:
- name: identity-provider
image: microkubes/identity-provider:latest
image: microkubes/identity-provider:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
spec:
containers:
- name: microservice-user-profile
image: microkubes/microservice-user-profile:latest
image: microkubes/microservice-user-profile:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down Expand Up @@ -180,7 +180,7 @@ spec:
spec:
containers:
- name: microservice-registration
image: microkubes/microservice-registration:latest
image: microkubes/microservice-registration:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
spec:
containers:
- name: microservice-mail
image: microkubes/microservice-mail:latest
image: microkubes/microservice-mail:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down Expand Up @@ -262,7 +262,7 @@ spec:
spec:
containers:
- name: jwt-issuer
image: microkubes/jwt-issuer:latest
image: microkubes/jwt-issuer:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down Expand Up @@ -302,7 +302,7 @@ spec:
spec:
containers:
- name: authorization-server
image: microkubes/authorization-server:latest
image: microkubes/authorization-server:v1.0.0-beta
imagePullPolicy: Always
env:
- name: SERVICE_CONFIG_FILE
Expand Down

0 comments on commit c34899e

Please sign in to comment.