Skip to content

Commit

Permalink
Merge pull request #45 from ioaiaaii/chore/images_improvements
Browse files Browse the repository at this point in the history
Chore/images improvements
  • Loading branch information
ioaiaaii authored Dec 2, 2024
2 parents 108a213 + b221937 commit 9450d5f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/ioaiaaii/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotations:
licenses: Apache-2.0
type: application
apiVersion: v2
appVersion: v1.1.9
appVersion: v1.1.10
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
18 changes: 6 additions & 12 deletions deploy/iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ locals {
content_type = "image/webp"
predefined_acl = "publicRead"
},
dec_pdc_front = {
name = "assets/images/releases/dec-pdc/front_v3.jpg"
source = "${local.base_path}/assets/images/releases/dec-pdc/front_v3.jpg"
cache_control = "public, max-age=2592000"
content_type = "image/jpeg"
},
dec_pdc_record = {
name = "assets/images/releases/dec-pdc/Mockup.jpg"
source = "${local.base_path}/assets/images/releases/dec-pdc/Mockup.jpg"
name = "assets/images/releases/dec-pdc/Mockup_v3.jpg"
source = "${local.base_path}/assets/images/releases/dec-pdc/Mockup_v3.jpg"
cache_control = "public, max-age=2592000"
content_type = "image/jpeg"
},
Expand All @@ -40,14 +34,14 @@ locals {
content_type = "image/jpeg"
},
diataxis_render_a = {
name = "assets/images/releases/diataxis/mockup_a_v2.jpg"
source = "${local.base_path}/assets/images/releases/diataxis/mockup_a_v2.jpg"
name = "assets/images/releases/diataxis/mockup_a_v3.jpg"
source = "${local.base_path}/assets/images/releases/diataxis/mockup_a_v3.jpg"
cache_control = "public, max-age=2592000"
content_type = "image/jpeg"
},
diataxis_render_b = {
name = "assets/images/releases/diataxis/mockup_b_v2.jpg"
source = "${local.base_path}/assets/images/releases/diataxis/mockup_b_v2.jpg"
name = "assets/images/releases/diataxis/mockup_b_v3.jpg"
source = "${local.base_path}/assets/images/releases/diataxis/mockup_b_v3.jpg"
cache_control = "public, max-age=2592000"
content_type = "image/jpeg"
},
Expand Down
7 changes: 3 additions & 4 deletions website/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"releaseDate": "2019-05-20",
"label": "JUNE",
"image": [
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/diataxis/mockup_a_v2.jpg",
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/diataxis/mockup_b_v2.jpg",
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/diataxis/mockup_a_v3.jpg",
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/diataxis/mockup_b_v3.jpg",
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/diataxis/poster.jpg"
],
"discogs_link": "https://www.discogs.com/release/13775276-Ioannis-Savvaidis-Diataxis-",
Expand All @@ -20,8 +20,7 @@
"releaseDate": "2020-01-10",
"label": "JUNE",
"image": [
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/dec-pdc/Mockup.jpg",
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/dec-pdc/front_v3.jpg"
"https://storage.googleapis.com/ioaiaaii-website-static-content/assets/images/releases/dec-pdc/Mockup_v3.jpg"
],
"discogs_link": "https://www.discogs.com/release/14420107-Ioannis-Savvaidis-DECPDC",
"bandcamp_link": "https://ioannissavvaidis.bandcamp.com/album/dec-pdc",
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9450d5f

Please sign in to comment.