Skip to content

Commit

Permalink
Merge pull request #417 from dilallkx/release-1.9.0_kd_fix3
Browse files Browse the repository at this point in the history
K8s 1.26 Validation
  • Loading branch information
dilallkx authored Dec 20, 2022
2 parents 4c9a57d + 9154cbd commit cfb16ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

------

**_What's New in v1.8.1!_**
**_What's New in v1.9.0!_**

:zap: **Improved edge native services: Multiple fixes to [ETSI MEC011 - Edge Platform Application Enablement](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#edge-platform-application-enablement-service) and [ETSI MEC021 - Application Mobility](https://interdigitalinc.github.io/AdvantEDGE/docs/overview/edge-services/#application-mobility-service)**

Expand Down
2 changes: 1 addition & 1 deletion charts/meep-webhook/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
name: {{ .Values.configMap }}
initContainers:
- name: init-{{ .Values.deployment.dependency.redis }}
image: busybox
image: busybox:1.28
imagePullPolicy: IfNotPresent
command: ['sh', '-c', 'until nslookup {{ .Values.deployment.dependency.redis }} ; do echo waiting for {{ .Values.deployment.dependency.redis }}; sleep 0.25; done;']
- name: init-{{ .Values.deployment.dependency.coredns }}
Expand Down
2 changes: 1 addition & 1 deletion js-apps/meep-frontend/src/js/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Footer = () => {
<Grid style={styles.footer}>
<GridCell span={2}/>
<GridCell span={3} align={'middle'} style={styles.copyright}>
<Typography use="body1">© 2021 InterDigital, Inc</Typography>
<Typography use="body1">© 2022 InterDigital, Inc</Typography>
</GridCell>
<GridCell span={5} align={'middle'}>
<div align={'right'}>
Expand Down

0 comments on commit cfb16ca

Please sign in to comment.