Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cds"
version = "1.0.4-fix.1"
version = "1.0.4-fix.2"
authors = ["Pietrangelo Masala <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- name: CORS_ALLOWED_ORIGIN_END_WITH
value: domain.com
name: cds
image: docker.io/entando/cds:1.0.4-fix.1
image: docker.io/entando/cds:1.0.4-fix.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
1 change: 1 addition & 0 deletions opt/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=ent-cds-test
4 changes: 4 additions & 0 deletions opt/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
volumes/cds/**
volumes/cds/!placeholder
volumes/keycloak/**
volumes/keycloak/!placeholder
Loading
Loading