Skip to content

Commit

Permalink
Update repo and charts directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto commit committed Mar 10, 2024
1 parent 7134c31 commit 86c43ad
Show file tree
Hide file tree
Showing 23 changed files with 156 additions and 140 deletions.
2 changes: 1 addition & 1 deletion charts/hcfmailerplus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.4.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 1 addition & 4 deletions charts/hcfmailerplus/templates/deployments-mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ spec:
name: mongo
ports:
- containerPort: 27019
resources:
limits:
cpu: 1
memory: "1Gi"
resources: {{ .Values.mongo.resources }}
{{ if .Values.storage.mongo.persistence.enabled }}
volumeMounts:
- mountPath: /data
Expand Down
10 changes: 9 additions & 1 deletion charts/hcfmailerplus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ storage:
existingClaim: null



service:
type: ClusterIP
basePort: 3000 #[trusted] listening
Expand Down Expand Up @@ -128,7 +129,14 @@ resources: {}
# requests:
# cpu: 100m
# memory: 128Mi

mongo:
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
autoscaling:
enabled: false
minReplicas: 1
Expand Down
Binary file modified repo/cert-manager-webhook-oci-1.3.1.tgz
Binary file not shown.
Binary file modified repo/cloudflared-0.1.0.tgz
Binary file not shown.
Binary file modified repo/crontab-ui-1.0.0.tgz
Binary file not shown.
Binary file modified repo/dolidock-0.10.4.tgz
Binary file not shown.
Binary file modified repo/easyappointments-0.2.0.tgz
Binary file not shown.
Binary file modified repo/flex-smtpd-0.1.6.tgz
Binary file not shown.
Binary file modified repo/gitea-1.0.2.tgz
Binary file not shown.
Binary file modified repo/hcf-coder-0.3.0.tgz
Binary file not shown.
Binary file modified repo/hcfmailer-1.0.0.tgz
Binary file not shown.
Binary file added repo/hcfmailerplus-0.4.1.tgz
Binary file not shown.
Binary file modified repo/hcfschedule-0.1.0.tgz
Binary file not shown.
Binary file modified repo/helm-dashboard-0.1.9.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions repo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ <h2>Charts</h2>
<li>
<p>
hcfmailerplus
(<a href="https://helm-repo.highcanfly.club/hcfmailerplus-0.4.0.tgz" title="https://helm-repo.highcanfly.club/hcfmailerplus-0.4.0.tgz">
0.4.0
(<a href="https://helm-repo.highcanfly.club/hcfmailerplus-0.4.1.tgz" title="https://helm-repo.highcanfly.club/hcfmailerplus-0.4.1.tgz">
0.4.1
@
v20240301
</a>)
Expand Down Expand Up @@ -305,6 +305,6 @@ <h2>Charts</h2>

</ul>
</section>
<time datetime="2024-03-01T12:18:34" pubdate id="generated">Fri Mar 1 2024 12:18:34PM UTC&#43;00:00</time>
<time datetime="2024-03-10T20:22:27" pubdate id="generated">Sun Mar 10 2024 08:22:27PM UTC&#43;00:00</time>
</body>
</html>
Loading

0 comments on commit 86c43ad

Please sign in to comment.