Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/io.github.git-commit-id-g…
Browse files Browse the repository at this point in the history
…it-commit-id-maven-plugin-9.0.1
  • Loading branch information
fellipeh authored Jan 10, 2025
2 parents 1f978aa + db0e100 commit 23cf4a7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .baseimage
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sha256:cf095e5668919ba1b4ace3888107684ad9d587b1830d3eb56973e6a54f456e67
61542ca28cbd1c6abc9d2256f2b651e0912390b95a7949db03b14cc8ed5810ec -
165b03727fc64d107d6126ce5009c7a23cdd20939989da58c6acb0fea1683966 -
18 changes: 8 additions & 10 deletions .rhcicd/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ objects:
image: ${IMAGE}:${IMAGE_TAG}
resources:
requests:
cpu: ${CPU_REQUEST}
memory: ${MEMORY_REQUEST}
cpu: ${CPU_REQUEST_ENGINE}
memory: ${MEMORY_REQUEST_ENGINE}
limits:
cpu: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
cpu: ${CPU_LIMIT_ENGINE}
memory: ${MEMORY_LIMIT_ENGINE}
volumes:
- name: certs
emptyDir: {}
Expand Down Expand Up @@ -77,8 +77,6 @@ objects:
value: ${EXTERNAL_LOGGING_LEVEL}
- name: JAVA_OPTIONS
value: ${JAVA_OPTIONS}
- name: GC_CONTAINER_OPTIONS
value: "-XX:+UseG1GC"
- name: QUARKUS_HTTP_PORT
value: "8000"
- name: QUARKUS_LOG_CLOUDWATCH_ENABLED
Expand All @@ -100,10 +98,10 @@ parameters:
- name: JAVA_OPTIONS
description: Additional options to JDK runtime
value: "-XX:+ExitOnOutOfMemoryError -Xms128m -Xmx512m"
- name: CPU_LIMIT
- name: CPU_LIMIT_ENGINE
description: CPU limit
value: 250m
- name: CPU_REQUEST
- name: CPU_REQUEST_ENGINE
description: CPU request
value: 125m
- name: ENV_NAME
Expand All @@ -117,10 +115,10 @@ parameters:
value: latest
- name: EXTERNAL_LOGGING_LEVEL
value: INFO
- name: MEMORY_LIMIT
- name: MEMORY_LIMIT_ENGINE
description: Memory limit
value: 1000Mi
- name: MEMORY_REQUEST
- name: MEMORY_REQUEST_ENGINE
description: Memory request
value: 500Mi
- name: MIN_REPLICAS
Expand Down
2 changes: 1 addition & 1 deletion .tekton/policies-engine-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:c3fb20564f297f8a5590db73f45910b1e6ec674dd4ef644779f95b60feca3e8b
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.3@sha256:2f07e7813b6f3d0cb26e41a3732ce813809963537b1926df7c24020c9867ea0b
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/policies-engine-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ spec:
- name: name
value: buildah
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.2@sha256:c3fb20564f297f8a5590db73f45910b1e6ec674dd4ef644779f95b60feca3e8b
value: quay.io/konflux-ci/tekton-catalog/task-buildah:0.3@sha256:2f07e7813b6f3d0cb26e41a3732ce813809963537b1926df7c24020c9867ea0b
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<quarkus.platform.version>3.15.2.redhat-00003</quarkus.platform.version>

<!-- Dependencies -->
<insights-notification-schemas-java.version>0.21</insights-notification-schemas-java.version>
<insights-notification-schemas-java.version>0.22</insights-notification-schemas-java.version>
<redhat.event-schemas.version>1.4.11</redhat.event-schemas.version>
<clowder-quarkus-config-source.version>2.6.1</clowder-quarkus-config-source.version>
<quarkus-logging-cloudwatch.version>6.12.0</quarkus-logging-cloudwatch.version>
Expand Down

0 comments on commit 23cf4a7

Please sign in to comment.