Skip to content

Commit 0d40fb8

Browse files
authored
Merge pull request #47 from ioaiaaii/chore/minor-fixes
Chore/minor fixes
2 parents 84154e7 + cd88e1d commit 0d40fb8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

deploy/helm/ioaiaaii/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ annotations:
33
licenses: Apache-2.0
44
type: application
55
apiVersion: v2
6-
appVersion: v1.1.11
6+
appVersion: v1.1.12
77
dependencies:
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts

deploy/helm/ioaiaaii/templates/_resources.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ These presets are for basic testing and not meant to be used in production
1414
{{/* The limits are the requests increased by 50% (except ephemeral-storage and xlarge/2xlarge sizes)*/}}
1515
{{- $presets := dict
1616
"pico" (dict
17-
"requests" (dict "cpu" "1m" "memory" "28Mi" "ephemeral-storage" "50Mi")
18-
"limits" (dict "cpu" "10m" "memory" "92Mi" "ephemeral-storage" "2Gi")
17+
"requests" (dict "cpu" "10m" "memory" "28Mi" "ephemeral-storage" "50Mi")
18+
"limits" (dict "cpu" "50m" "memory" "92Mi" "ephemeral-storage" "2Gi")
1919
)
2020
"nano" (dict
2121
"requests" (dict "cpu" "100m" "memory" "128Mi" "ephemeral-storage" "50Mi")

web/src/components/Contact.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
<a
1616
:href="'mailto:' + resume.email"
1717
class="contact-button lowercase"
18-
>
19-
└ {{ resume.email }}
20-
</a>
18+
>├ {{ resume.email }}</a>
2119
</div>
2220
</div>
2321
</template>

0 commit comments

Comments
 (0)