Skip to content

Commit

Permalink
Merge pull request #53 from OpenNMS/NMS-16308
Browse files Browse the repository at this point in the history
NMS-16308: Update minion-deployment.yaml
  • Loading branch information
mmahacek authored Jan 18, 2024
2 parents a338440 + e759255 commit fdbf3a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions horizon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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: 1.1.8
version: 1.1.9

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "32.0.5"
appVersion: "32.0.6"

maintainers:
- name: The OpenNMS Group Inc.
Expand Down
4 changes: 2 additions & 2 deletions minion/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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: 1.1.4
version: 1.1.9

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "32.0.5"
appVersion: "32.0.6"

maintainers:
- name: The OpenNMS Group Inc.
Expand Down
2 changes: 2 additions & 0 deletions minion/templates/minion-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
resources:
{{- toYaml . | nindent 11 }}
{{- end }}
{{- if eq (include "onOpenShift" .) "true" }}
securityContext:
capabilities:
{{- if and (has "CAP_NET_RAW" ((.Values.securitycontext).allowedCapabilities)) ((.Values.securitycontext).allowPrivilegeEscalation) }}
Expand All @@ -74,6 +75,7 @@ spec:
drop:
- ALL
{{- end }}
{{- end }}
livenessProbe:
exec:
command:
Expand Down

0 comments on commit fdbf3a9

Please sign in to comment.